Skip to content

Commit

Permalink
pyproject: remove ruff version and line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Jul 3, 2024
1 parent 95c89c0 commit d2ca3d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ modepy = [
]

[tool.ruff]
target-version = "py38"
line-length = 85

preview = true

[tool.ruff.lint]
extend-select = [
"B", # flake8-bugbear
Expand Down

0 comments on commit d2ca3d4

Please sign in to comment.