diff --git a/pyproject.toml b/pyproject.toml index 94490719c..d4a8d7797 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] diff --git a/setup_docs.py b/scripts/gendocs.py similarity index 100% rename from setup_docs.py rename to scripts/gendocs.py