Skip to content

Commit 499470c

Browse files
committed
Update ruff invocation
1 parent 027b085 commit 499470c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ changelog = "https://github.com/nvictus/pqdict/blob/master/CHANGES"
6161
path = "pqdict/__init__.py"
6262

6363
[tool.hatch.envs.default.scripts]
64-
lint = "ruff ."
65-
fix = "ruff --fix ."
64+
lint = "ruff check ."
65+
fix = "ruff check --fix ."
6666
test = "pytest"
6767
docs = "sphinx-autobuild docs docs/_build/html"
6868

0 commit comments

Comments
 (0)