Created
December 11, 2023 21:04
-
-
Save jwbargsten/16cf06cb96aa48dec3cbb00323f61183 to your computer and use it in GitHub Desktop.
This file contains 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 | |
[flake8] | |
max-line-length=111 | |
exclude=src/dapple/_version.py | |
ignore=E231,W503,E203,E265,D103,D100,D101,D102,D104,D105,D107,D401,D400,D205 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment