Skip to content

Commit 11c4cba

Browse files
committed
Remove unnecessary ruff exclusions
1 parent 565076c commit 11c4cba

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pyproject.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,9 @@ pre-commit = "^3.4.0"
5050
docs = ["Sphinx", "dunamai", "furo", "myst-parser"]
5151

5252
[tool.ruff]
53-
exclude = [
54-
".venv",
55-
"build",
56-
"dist",
57-
"*_pb2.py",
58-
"*.pyi",
59-
]
60-
ignore = []
6153
line-length = 120
54+
55+
[tool.ruff.lint]
6256
select = ["E", "F", "W"]
6357

6458
[tool.isort]

0 commit comments

Comments
 (0)