From f95ea41e484be8cdc51618681bae1f898a0d66d5 Mon Sep 17 00:00:00 2001 From: Ludwig Date: Sat, 21 Dec 2024 06:09:36 -0500 Subject: [PATCH 1/2] Fixed GNOME wiki for dependencies --- source/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/install.txt b/source/install.txt index da4b12b..8b2be0b 100644 --- a/source/install.txt +++ b/source/install.txt @@ -44,7 +44,7 @@ by running:: It will print any applications and libraries that are currently missing on your system but required for building. You should install those using your distribution's -package repository. A list of `package names `_ +package repository. A list of `package names `_ for different distributions is maintained on the GNOME wiki. Run the command above again to ensure the required tools are present. From b994aa521f56b7d7a746c3915c78441b125e8486 Mon Sep 17 00:00:00 2001 From: "deepsource-io[bot]" <42547082+deepsource-io[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 09:13:13 +0000 Subject: [PATCH 2/2] ci: add .deepsource.toml --- .deepsource.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .deepsource.toml diff --git a/.deepsource.toml b/.deepsource.toml new file mode 100644 index 0000000..0ac63d3 --- /dev/null +++ b/.deepsource.toml @@ -0,0 +1,7 @@ +version = 1 + +[[analyzers]] +name = "python" + + [analyzers.meta] + runtime_version = "3.x.x" \ No newline at end of file