diff options
| author | Bastian Venthur <bastian.venthur@flixbus.com> | 2020-02-11 09:55:35 +0100 |
|---|---|---|
| committer | Bastian Venthur <bastian.venthur@flixbus.com> | 2020-02-11 09:55:35 +0100 |
| commit | 087c3b26eed9b6a8960815c2773edd04b5c91a98 (patch) | |
| tree | c0b0bf68b6f02980f742611c9232405ab9df299b /.flake8 | |
| parent | c11270aa6bffd8913c6e074f09b9d920c8f19002 (diff) | |
| parent | a5dec2f14e3414e4ee5dd146bff9c289d573de9a (diff) | |
| download | external_python_setuptools-087c3b26eed9b6a8960815c2773edd04b5c91a98.tar.gz external_python_setuptools-087c3b26eed9b6a8960815c2773edd04b5c91a98.tar.bz2 external_python_setuptools-087c3b26eed9b6a8960815c2773edd04b5c91a98.zip | |
Merge branch 'master' into fix/1700
Diffstat (limited to '.flake8')
| -rw-r--r-- | .flake8 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.flake8 b/.flake8 new file mode 100644 index 00000000..c6580616 --- /dev/null +++ b/.flake8 @@ -0,0 +1,12 @@ +[flake8] +exclude= + .tox + setuptools/_vendor, + pkg_resources/_vendor +ignore = + # W503 violates spec https://github.com/PyCQA/pycodestyle/issues/513 + W503 + # W504 has issues https://github.com/OCA/maintainer-quality-tools/issues/545 + W504 + setuptools/site-patch.py F821 + setuptools/py*compat.py F811 |
