Skip to content

Commit

Permalink
Fix Precommit flake8/black conflict (#241)
Browse files Browse the repository at this point in the history
* fix minor example bug

* fix single typo

* fix single typo in 105-logging.md

* add ignore E203 args with precommit flake8 so it wonot conflick with black

---------

Co-authored-by: wenhao <wenhao@U-J0P61NH2-2025.local>
  • Loading branch information
garyzhang99 and wenhao authored May 21, 2024
1 parent e0aa3b7 commit 6589f17
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 6589f17

Please sign in to comment.