Skip to content

Commit

Permalink
update flake8 to be consistent with mth5 (80lines)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Jan 18, 2025
1 parent 3849b89 commit f1cec92
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 @@ -3,6 +3,6 @@ ignore = E501, W605, W503, E203, F401, E722
#,E402, E203,E722
#F841, E402, E722
#ignore = E203, E266, E501, W503, F403, F401
max-line-length = 88
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9

0 comments on commit f1cec92

Please sign in to comment.