Skip to content

Commit

Permalink
Add flake8 check into pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rexzhang committed May 30, 2024
1 parent ddd8b7f commit 142d7a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: pyupgrade
args: [--py312-plus]
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
args: ["--target-version", "py312"]
Expand All @@ -14,3 +14,7 @@ repos:
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8

0 comments on commit 142d7a4

Please sign in to comment.