Skip to content

Commit

Permalink
update pre-commit hook with flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Shad Humydee committed Apr 6, 2023
1 parent f8366aa commit edb5d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ repos:
rev: 6.0.0
hooks:
- id: flake8
args: [ --config, .flake8 ]
args: ['--max-line-length=100', '--max-complexity=18']
exclude: tests
stages: [commit, push]

0 comments on commit edb5d92

Please sign in to comment.