Skip to content

Commit

Permalink
Upd flake8 config (#32)
Browse files Browse the repository at this point in the history
* fix lint

* updated flake8 config
  • Loading branch information
ofermend authored Nov 8, 2024
1 parent 7da351d commit 3302088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[flake8]
extend-ignore = E501,E203,W503,E302,E129,E124,E402,W504,E231,E123
extend-ignore = E501,E203,W503,E302,E129,E124,E402,W504,E231,E123,E251
max-line-length = 120

0 comments on commit 3302088

Please sign in to comment.