Skip to content

Commit

Permalink
Update flake8 rules
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Jun 4, 2024
1 parent d93e7d3 commit 59bdfdc
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
Expand Up @@ -2,7 +2,7 @@
max_line_length = 99
show_source = True
format = pylint
extend-ignore = E203,E501
extend-ignore = E501
exclude =
.git
__pycache__
Expand Down

0 comments on commit 59bdfdc

Please sign in to comment.