mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 07:43:06 +00:00
scripts: rename gendocs.py to make.py
This commit is contained in:
parent
48afc4c519
commit
59bca06630
2 changed files with 1 additions and 1 deletions
|
@ -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
|
# with existing code. if you want to change them, you should first fix all
|
||||||
# ruff failures that appear with your change.
|
# ruff failures that appear with your change.
|
||||||
[tool.ruff.per-file-ignores]
|
[tool.ruff.per-file-ignores]
|
||||||
"scripts/gendocs.py" = ["E501"]
|
"scripts/make.py" = ["E501"]
|
||||||
"src/borg/archive.py" = ["E501"]
|
"src/borg/archive.py" = ["E501"]
|
||||||
"src/borg/archiver/help_cmd.py" = ["E501"]
|
"src/borg/archiver/help_cmd.py" = ["E501"]
|
||||||
"src/borg/cache.py" = ["E501"]
|
"src/borg/cache.py" = ["E501"]
|
||||||
|
|
Loading…
Reference in a new issue