Skip to content

Commit 51738b1

Browse files
authored
fix: update lint command to align on the CI tests
1 parent 9cb1dc9 commit 51738b1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ include = [
7171
detached = true
7272
dependencies = ["pre-commit"]
7373
[tool.hatch.envs.lint.scripts]
74-
build = [
75-
"pre-commit run --all-files ruff",
76-
"pre-commit run --all-files ruff-format",
77-
]
74+
build = "pre-commit run --all-files"
7875

7976
[tool.hatch.envs.doc]
8077
features = ["doc"]

0 commit comments

Comments
 (0)