Skip to content

Commit

Permalink
add E704 exception for flake8 to conform Black: psf/black#3887
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Apr 28, 2024
1 parent 86168bf commit 9861984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
@@ -1,5 +1,5 @@
[flake8]
ignore = E203, E266, E501, W503, F403, F401, W191
ignore = E203, E266, E501, W503, F403, F401, W191, E704
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9
Expand Down

0 comments on commit 9861984

Please sign in to comment.