mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
git mv setup_docs.py scripts/gendocs.py
This commit is contained in:
parent
1220a96d1d
commit
e2860318fa
2 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
|
|||
# ruff failures that appear with your change.
|
||||
[tool.ruff.per-file-ignores]
|
||||
"setup.py" = ["E501"]
|
||||
"setup_docs.py" = ["E501"]
|
||||
"scripts/gendocs.py" = ["E501"]
|
||||
"src/borg/archive.py" = ["E501", "F401"]
|
||||
"src/borg/archiver.py" = ["E501", "F401", "E722", "E741"]
|
||||
"src/borg/cache.py" = ["E501", "E722"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue