Skip to content

Commit

Permalink
don't bother
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Feb 14, 2024
1 parent 5c6d472 commit 4ae4b5d
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 @@ -53,8 +53,8 @@ plugins = ['sqlalchemy.ext.mypy.plugin']
profile = "black"

[tool.ruff.lint]
select = ["E", "W"]
ignore = ['W503', 'E203', 'E501']
select = ["E"]
ignore = ['E203', 'E501']
target-version = "py37"

[build-system]
Expand Down

0 comments on commit 4ae4b5d

Please sign in to comment.