Skip to content

Commit

Permalink
allow longer lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Sep 19, 2023
1 parent aa1aa06 commit c2ce0bc
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 = 79
max-line-length = 120
max-complexity = 18
select = B,C,E,F,W,T4,B9

0 comments on commit c2ce0bc

Please sign in to comment.