Skip to content

Commit

Permalink
Remove tool.ruff.format in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
miaow2 committed Oct 25, 2023
1 parent 17447ce commit 1e46ca7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ ignore = ["C901"]
line-length = 120
target-version = "py310"

[tool.ruff.format]
line-length = 120
exclude =['migrations']

[tool.pytest.ini_options]
addopts = "-p no:warnings -vv --no-migrations"
DJANGO_SETTINGS_MODULE = "netbox.settings"
Expand Down

0 comments on commit 1e46ca7

Please sign in to comment.