gifn-apply: rename the Ruff config files for clarity
Put the Ruff TOML configuration files into the same directory;
they do not necessarily need to be named pyproject.toml for
some time now, so there is no need to keep them in separate directories.
Change-Id: I14f89b219716f7e796d085fc2bcd98a0ff661e22
diff --git a/tools/git-if-needed/python/config/ruff/all.toml b/tools/git-if-needed/python/config/ruff/all.toml
new file mode 100644
index 0000000..2e384a0
--- /dev/null
+++ b/tools/git-if-needed/python/config/ruff/all.toml
@@ -0,0 +1,7 @@
+# SPDX-FileCopyrightText: StorPool <support@storpool.com>
+# SPDX-License-Identifier: BSD-2-Clause
+
+extend = "base.toml"
+
+[lint]
+select = ["ALL"]