Skip to content

Commit

Permalink
update ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mole1424 committed Jun 22, 2024
1 parent 0856a22 commit ed4548b
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 @@ -52,7 +52,7 @@ reportMissingParameterType = false

[tool.ruff]
target-version = "py310"
select = ["E", "F", "I"] # defaults plus isort
ignore = ["E501"]
lint.select = ["E", "F", "I"] # defaults plus isort
lint.ignore = ["E501"]

exclude = ["migrations/versions/*", "models/__init__.py"]

0 comments on commit ed4548b

Please sign in to comment.