Skip to content

Commit

Permalink
add ignore E203 args with precommit flake8 so it wonot conflick with …
Browse files Browse the repository at this point in the history
…black
  • Loading branch information
garyzhang99 committed May 21, 2024
1 parent 3cb202c commit 4f6368d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ repos:
rev: 6.1.0
hooks:
- id: flake8
args: ["--extend-ignore=E203"]
- repo: https://github.com/pylint-dev/pylint
rev: v3.0.2
hooks:
Expand Down

0 comments on commit 4f6368d

Please sign in to comment.