Skip to content

Commit 27eb426

Browse files
committed
chore(build): update ruff check command
1 parent 065db06 commit 27eb426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hatch.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ features = ["all"]
127127
[envs.lint.scripts]
128128
typing-py = "mypy --no-incremental --cache-dir /dev/null {args:.}"
129129
typing = ["typing-py", "npm run compile"]
130-
style = ["ruff .", "black --check --diff .", "npx eslint ."]
131-
fmt = ["black .", "ruff --fix .", "style", "npx eslint --fix ."]
130+
style = ["ruff check .", "black --check --diff .", "npx eslint ."]
131+
fmt = ["black .", "ruff check --fix .", "style", "npx eslint --fix ."]
132132
all = ["style", "typing"]
133133

134134
[envs.lint.overrides]

0 commit comments

Comments
 (0)