Skip to content

Commit

Permalink
Remove statistics flag from pre-commit
Browse files Browse the repository at this point in the history
This shortens the output too much to be useful for a developer
  • Loading branch information
johannaengland committed Jan 6, 2025
1 parent e58532f commit 06a5dd0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ repos:
# Run the linter
- id: ruff
name: "Ruff linting"
args: [
'--statistics'
]
# Run the formatter
- id: ruff-format
name: "Ruff formatting"

0 comments on commit 06a5dd0

Please sign in to comment.