diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec7d5e2..4467edd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,9 +13,6 @@ repos: # Run the linter - id: ruff name: "Ruff linting" - args: [ - '--statistics' - ] # Run the formatter - id: ruff-format name: "Ruff formatting"