Skip to content

Commit

Permalink
deactivate flake8 from precommi
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo committed May 2, 2024
1 parent 94fdfed commit b655a6e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ repos:
- id: blacken-docs
additional_dependencies: [black]
exclude: README.md
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
hooks:
- id: flake8
entry: pflake8
files: lobsterpy/.*
additional_dependencies:
- pyproject-flake8==6.0.0a1
- flake8-bugbear==22.12.6
- flake8-typing-imports==1.14.0
- flake8-docstrings==1.6.0
- flake8-rst-docstrings==0.3.0
- flake8-rst==0.8.0
#- repo: https://github.com/pycqa/flake8
# rev: 7.0.0
# hooks:
# - id: flake8
# entry: pflake8
# files: lobsterpy/.*
# additional_dependencies:
# - pyproject-flake8==6.0.0a1
# - flake8-bugbear==22.12.6
# - flake8-typing-imports==1.14.0
# - flake8-docstrings==1.6.0
# - flake8-rst-docstrings==0.3.0
# - flake8-rst==0.8.0
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
Expand Down

0 comments on commit b655a6e

Please sign in to comment.