Skip to content

Commit

Permalink
Remove use of flake8 from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Oct 7, 2024
1 parent cba609e commit ebbdc93
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ repos:
- id: mixed-line-ending
- id: end-of-file-fixer
- id: debug-statements
- repo: https://github.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
name: "Flake8: critical"
args: ['--count', '--select=E9,F63,F7,F82', '--show-source', '--statistics']
types: [file, python]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.4
hooks:
Expand Down

0 comments on commit ebbdc93

Please sign in to comment.