Skip to content

Commit

Permalink
resolve ruff's deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Apr 27, 2024
1 parent 5389a2f commit 07e103a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ filterwarnings = [
line-length = 120
target-version = 'py311'

select = ["E4", "E7", "E9", "F", "W"]
lint.select = ["E4", "E7", "E9", "F", "W"]

0 comments on commit 07e103a

Please sign in to comment.