Skip to content

Commit 382085e

Browse files
committed
Do not lint docs dir
1 parent 7b51784 commit 382085e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ ignore = [
7979
]
8080

8181
[tool.ruff.lint.per-file-ignores]
82+
"docs/*" = ["ALL"]
8283
"geoip2/{models,records}.py" = [ "D107", "PLR0913" ]
8384
"tests/*" = ["ANN201", "D"]
8485

0 commit comments

Comments
 (0)