Skip to content

Commit

Permalink
Fix Ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Centurix committed Jan 4, 2025
1 parent 8fdb26c commit 89539fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dev = [
"mock-alchemy>=0.2.6",
]
[tool.pdm.scripts]
lint = "ruff src"
lint = "ruff check src"
test = "pytest src"
cover = "pytest --cov=src --cov-report term"
cover_html = "pytest --cov=src --cov-report html"
Expand Down

0 comments on commit 89539fc

Please sign in to comment.