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 cdcd36f commit e939ea0Copy full SHA for e939ea0
pyproject.toml
@@ -7,7 +7,7 @@ addopts = ["--color=yes"]
7
[tool.ruff]
8
line-length = 100
9
target-version = "py310"
10
-exclude = ["versioneer.py"]
+extend-exclude = ["versioneer.py", "_version.py"]
11
12
[tool.ruff.lint]
13
select = ["D", "E", "F", "I", "UP", "W", "RUF"]
0 commit comments