Skip to content

Commit

Permalink
pp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BrittleFoot committed Feb 27, 2024
1 parent eb8b9e3 commit 5725466
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[tool.ruff]
select = ["E4", "E7", "E9", "F", "B", "W", "Q", "I"]
lint.select = ["E4", "E7", "E9", "F", "B", "W", "Q", "I"]
line-length = 90

[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "B", "W", "Q", "I"]


[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "app.settings"
Expand Down

0 comments on commit 5725466

Please sign in to comment.