Skip to content

Commit

Permalink
Allow ruff to lint for Python syntax errors (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 15, 2024
1 parent a05782f commit 1428f15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ select = [
"I", # isort
"PGH", # pygrep-hooks
]
# Remove E999 once pattern matching is supported
# https://github.com/charliermarsh/ruff/issues/282
ignore = ["E402", "E501", "E731", "E741", "E999", "B904", "B020"]
ignore = ["E402", "E501", "E731", "E741", "B904", "B020"]
target-version = "py310"

[tool.ruff.flake8-bugbear]
Expand Down

0 comments on commit 1428f15

Please sign in to comment.