diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a5d59a4..ec7d5e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,6 @@ repos: - id: ruff name: "Ruff linting" args: [ - '--output-format=full', '--statistics' ] # Run the formatter diff --git a/pyproject.toml b/pyproject.toml index f31daeb..219072e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,4 +44,3 @@ line-length = 88 extend-exclude = [ ".egg-info", ] -output-format = "full"