Skip to content

Commit

Permalink
Add flake8 into pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rexzhang committed Mar 19, 2024
1 parent 747d077 commit 783c479
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 112 deletions.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ repos:
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
name: isort (python)
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8
Loading

0 comments on commit 783c479

Please sign in to comment.