Skip to content

Commit

Permalink
🔧 (config): remove flake8 hook from pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
NTGNguyen committed Dec 5, 2024
1 parent b887a2d commit 7288c4d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ repos:
hooks:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 7.1.1
hooks:
- id: flake8
args: [--ignore=E501, F841, F401]

- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
hooks:
Expand Down

0 comments on commit 7288c4d

Please sign in to comment.