diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f1f18c..665227d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,8 +5,6 @@ repos: # Run the linter. - id: ruff args: ['check', '--select', 'I', '--exit-zero'] - # Run the formatter. - - id: ruff-format # Mypy type checker - repo: local