git mv setup_docs.py scripts/gendocs.py

This commit is contained in:
Thomas Waldmann 2024-02-09 02:53:17 +01:00
parent 9d913b0e82
commit b34a99f337
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
2 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
# with existing code. if you want to change them, you should first fix all
# ruff failures that appear with your change.
[tool.ruff.per-file-ignores]
"setup_docs.py" = ["E501"]
"scripts/gendocs.py" = ["E501"]
"src/borg/archive.py" = ["E501"]
"src/borg/archiver/help_cmd.py" = ["E501"]
"src/borg/cache.py" = ["E501"]