Skip to content

Commit

Permalink
Update ruff invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Aug 1, 2024
1 parent 027b085 commit 499470c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ changelog = "https://github.com/nvictus/pqdict/blob/master/CHANGES"
path = "pqdict/__init__.py"

[tool.hatch.envs.default.scripts]
lint = "ruff ."
fix = "ruff --fix ."
lint = "ruff check ."
fix = "ruff check --fix ."
test = "pytest"
docs = "sphinx-autobuild docs docs/_build/html"

Expand Down

0 comments on commit 499470c

Please sign in to comment.