Skip to content

Commit

Permalink
Exlude docs/ from linter
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Jan 21, 2025
1 parent ea0225e commit 29a4062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ exclude = ["one.tests*"]

[tool.ruff]
line-length = 99
extend-exclude = ["docs"]

[tool.ruff.lint]
select = ["D", "E", "F", "W"]
Expand Down

0 comments on commit 29a4062

Please sign in to comment.