Skip to content

Commit

Permalink
Add flake8 pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoffinden committed Nov 15, 2023
1 parent a53bd0d commit 057e87b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
max_line_length=119
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ repos:
args:
- -l119
- -tpy311
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8

0 comments on commit 057e87b

Please sign in to comment.