We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b51784 commit 382085eCopy full SHA for 382085e
pyproject.toml
@@ -79,6 +79,7 @@ ignore = [
79
]
80
81
[tool.ruff.lint.per-file-ignores]
82
+"docs/*" = ["ALL"]
83
"geoip2/{models,records}.py" = [ "D107", "PLR0913" ]
84
"tests/*" = ["ANN201", "D"]
85
0 commit comments