Skip to content

Commit

Permalink
Disable flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchard committed Dec 13, 2023
1 parent 73ff50f commit a5d8ace
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ repos:
rev: 5.13.0
hooks:
- id: isort
# explicitly pass settings file so that isort does not try to deduce
# which settings to use based on a file's directory
args: ["--settings-path", ".isort.cfg"]
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: ['flake8-bugbear==22.10.27']
#- repo: https://github.com/PyCQA/flake8
# rev: 6.1.0
# hooks:
# - id: flake8
# additional_dependencies: ['flake8-bugbear==22.10.27']

0 comments on commit a5d8ace

Please sign in to comment.