Skip to content

Commit

Permalink
fix Ruff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jul 9, 2024
1 parent a9f65a5 commit f98a1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ requires = ["setuptools",
"wheel"]
build-backend = 'setuptools.build_meta'

[tool.ruff]
[tool.ruff.lint]
select = [
"E9", # syntax / io error
"F63", # assertion traps
"F7", # keyword outside special block
"F82", # undefined variables
]
]

0 comments on commit f98a1df

Please sign in to comment.