mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add a small config for the ruff tool
It will be used for automated refactors of Python code.
(cherry picked from commit b7000ba9b0)
This commit is contained in:
parent
c5c7790aa8
commit
ce66d794fc
1 changed files with 9 additions and 0 deletions
|
|
@ -71,3 +71,12 @@ ignore_names = [
|
|||
"pytestmark",
|
||||
"autouse_*",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py310"
|
||||
extend-exclude = [
|
||||
"bin/tests/system/vulture_ignore_list.py",
|
||||
"contrib",
|
||||
"dangerfile.py",
|
||||
"doc",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue