Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Apr 25, 2024
1 parent 197eafd commit 93c0dcd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ force-exclude = '''
'''

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

[tool.ruff.lint]
select = ["E", "F", "C4", "I001", "UP", "SIM"]
ignore = ["E501", "SIM105", "UP007", "UP035"]

[tool.pyright]
reportSelfClsParameterName = false

0 comments on commit 93c0dcd

Please sign in to comment.