Skip to content

Commit

Permalink
STY: enable flake8 checks via pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed May 1, 2024
1 parent 99c8556 commit 645130f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ repos:
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
Expand Down

0 comments on commit 645130f

Please sign in to comment.