Skip to content

Commit

Permalink
Update flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
carneirofc committed Nov 9, 2021
1 parent c13f65d commit 0096f95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[flake8]
max-line-length = 88
max-complexity = 18
ignore = E203, E266, E501, W503, E241, E722, W504
ignore =
E203, # See https://github.com/PyCQA/pycodestyle/issues/373
E266, E501, W503, E241, E722, W504

0 comments on commit 0096f95

Please sign in to comment.