Skip to content

Commit 93c0dcd

Browse files
committed
PR feedback
1 parent 197eafd commit 93c0dcd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ force-exclude = '''
88
'''
99

1010
[tool.ruff]
11-
lint.select = ["E", "F", "C4", "I001", "UP", "SIM"]
12-
lint.ignore = ["E501", "SIM105", "UP007", "UP035"]
1311
target-version = "py311"
1412
extend-exclude = ["vendor", "data/playground/**/*.py"]
1513

14+
[tool.ruff.lint]
15+
select = ["E", "F", "C4", "I001", "UP", "SIM"]
16+
ignore = ["E501", "SIM105", "UP007", "UP035"]
17+
1618
[tool.pyright]
1719
reportSelfClsParameterName = false

0 commit comments

Comments
 (0)