Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
eevelweezel committed Nov 28, 2024
1 parent c91730e commit 5d1be28
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ skip_glob = '**/migrations/*'

[tool.ruff]
line-length = 100
indent-width = 4
target-version = "py311"
exclude = [
".git",
".mypy_cache",
Expand All @@ -98,13 +100,6 @@ exclude = [
"migrations",
]

# Same as Black.
line-length = 88
indent-width = 4

# Assume Python 3.9
target-version = "py311"

[tool.ruff.lint]
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
# Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or
Expand Down

0 comments on commit 5d1be28

Please sign in to comment.