diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..c8d5cea --- /dev/null +++ b/setup.cfg @@ -0,0 +1,3 @@ +[flake8] +exclude = gallery_dl/__init__.py,gallery_dl/__main__.py,setup.py,build,scripts,archive +ignore = E203,E226,W504 |
