Skip to content

Commit

Permalink
Have to add flake8 given annoying reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Aug 23, 2024
1 parent e043d94 commit aa734c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# E501: line too long
extend-ignore = E501
max-line-length = 88
max-complexity = 18
count = True
statistics = True

0 comments on commit aa734c0

Please sign in to comment.