scripts: rename gendocs.py to make.py

This commit is contained in:
Thomas Waldmann 2024-01-30 23:19:09 +01:00
parent 376ad6dc57
commit fd1dad2f79
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
2 changed files with 1 additions and 1 deletions

View file

@ -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"]
"scripts/gendocs.py" = ["E501"]
"scripts/make.py" = ["E501"]
"src/borg/archive.py" = ["E501", "F401"]
"src/borg/archiver.py" = ["E501", "F401", "E722", "E741"]
"src/borg/cache.py" = ["E501", "E722"]