commit | 096b84353696c85a20d21cba26f295e4bb7bdba9 | [log] [tgz] |
---|---|---|
author | Peter Pentchev <pp@storpool.com> | Thu Jan 18 13:53:09 2024 +0200 |
committer | Peter Pentchev <pp@storpool.com> | Thu Jan 18 13:53:09 2024 +0200 |
tree | c4243f104664f55274976d7ee247a4a5431cff84 | |
parent | e3f1373a29fb02391efb9be06561f3e81c13d313 [diff] [blame] |
gifn-apply: move all the Python files into python/ ...and adapt the paths in the various project and linter config files. Change-Id: I9e3e06d07afaf39d08f5a9cffc3fbe0e84741827
diff --git a/tools/git-if-needed/python/config/ruff-base/pyproject.toml b/tools/git-if-needed/python/config/ruff-base/pyproject.toml index d067c07..b9bd0ec 100644 --- a/tools/git-if-needed/python/config/ruff-base/pyproject.toml +++ b/tools/git-if-needed/python/config/ruff-base/pyproject.toml
@@ -32,4 +32,4 @@ [tool.ruff.per-file-ignores] # This is a test suite -"python/tests/unit/*" = ["S101"] +"tests/unit/*" = ["S101"]