Skip to content

Commit 06a5dd0

Browse files
Remove statistics flag from pre-commit
This shortens the output too much to be useful for a developer
1 parent e58532f commit 06a5dd0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.pre-commit-config.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ repos:
1313
# Run the linter
1414
- id: ruff
1515
name: "Ruff linting"
16-
args: [
17-
'--statistics'
18-
]
1916
# Run the formatter
2017
- id: ruff-format
2118
name: "Ruff formatting"

0 commit comments

Comments
 (0)