We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065db06 commit 27eb426Copy full SHA for 27eb426
hatch.toml
@@ -127,8 +127,8 @@ features = ["all"]
127
[envs.lint.scripts]
128
typing-py = "mypy --no-incremental --cache-dir /dev/null {args:.}"
129
typing = ["typing-py", "npm run compile"]
130
-style = ["ruff .", "black --check --diff .", "npx eslint ."]
131
-fmt = ["black .", "ruff --fix .", "style", "npx eslint --fix ."]
+style = ["ruff check .", "black --check --diff .", "npx eslint ."]
+fmt = ["black .", "ruff check --fix .", "style", "npx eslint --fix ."]
132
all = ["style", "typing"]
133
134
[envs.lint.overrides]
0 commit comments