commit | 9eec091cd4340f8e57dd0e837a7e8df808f9f5bd | [log] [tgz] |
---|---|---|
author | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Mon Oct 21 17:04:21 2019 -0700 |
committer | GitHub <noreply@github.com> | Mon Oct 21 17:04:21 2019 -0700 |
tree | c54e4f29e43bcdae0d1dedfafaed8671e7eb5011 | |
parent | ae3bafd0b55d41a6deabfccdef10276a39b7eb8c [diff] [blame] |
chore: blacken (#375)
diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..0574e0a --- /dev/null +++ b/.flake8
@@ -0,0 +1,8 @@ +[flake8] +ignore = E203, E266, E501, W503 +exclude = + # Standard linting exemptions. + __pycache__, + .git, + *.pyc, + conf.py