Skip to content

Commit

Permalink
Update ruff settings for 0.2.0 deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Apr 30, 2024
1 parent d3afeb0 commit a03de68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ target-version = ['py38']
isort = true

[tool.ruff]
select = ["E", "F", "B", "UP"]
target-version = "py38"

[tool.ruff.lint]
select = ["E", "F", "B", "UP"]
# Exceptions:
# B9 flake8-bugbear opinionated warnings
# E501 is line length (delegated to black)
Expand Down

0 comments on commit a03de68

Please sign in to comment.