Skip to content

Commit

Permalink
chore: remove pytest-ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoettle committed Mar 20, 2024
1 parent 44b7e32 commit dc0bd0f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
31 changes: 14 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ pytest = "^7.4.4"
pytest-asyncio = "^0.23.3"
pytest-cov = "^4.1.0"
pytest-django = "^4.7.0"
pytest-ruff = "^0.2.1"

[build-system]
requires = ["poetry-core"]
Expand All @@ -54,8 +53,6 @@ build-backend = "poetry.core.masonry.api"
asyncio_mode = "auto"
addopts = [
"--ds=tests.settings", # Forces pytest-django to use test settings
"--ruff",
"--ruff-format",
"--ignore-glob='*/models.py'",
]

Expand Down

0 comments on commit dc0bd0f

Please sign in to comment.