Created
April 21, 2019 22:26
-
-
Save akrisanov/a9a3c98a55af5692ecccfca40f669748 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[flake8] | |
ignore = E203, E266, E501, W503, F403, F401 | |
max-line-length = 88 | |
max-complexity = 18 | |
select = B,C,E,F,W,T4,B9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment