Skip to content

Commit

Permalink
fix: Add ignore to allow the use of slices
Browse files Browse the repository at this point in the history
  • Loading branch information
falense committed Apr 24, 2024
1 parent 8d51304 commit d3dfa53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/.flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[flake8]
max-complexity = 10
max-line-length = 120
extend-ignore = E203,E701
exclude =
.pytest_cache
__pycache__/
Expand Down

0 comments on commit d3dfa53

Please sign in to comment.