Skip to content

Commit

Permalink
add flake8 as precommit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
danibene committed Mar 12, 2024
1 parent d0143f8 commit 769a05f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ repos:
# - id: blacken-docs
# additional_dependencies: [black]

# - repo: https://github.com/PyCQA/flake8
# rev: 7.0.0
# hooks:
# - id: flake8
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8
## You can add flake8 plugins via `additional_dependencies`:
# additional_dependencies: [flake8-bugbear]

Expand Down

0 comments on commit 769a05f

Please sign in to comment.