diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-12-21 20:35:35 +0100 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-12-26 21:53:23 +0100 |
| commit | 45721e8f5e9cbbdb5f2406cc125cd4855e83fa0a (patch) | |
| tree | 78889b09dd1da83b4e84f7c5b970d6d1ca84326c | |
| parent | c0c9cfde2eb7ad0573bf68ddb34944833aeb1d3c (diff) | |
| download | python-setuptools-git-45721e8f5e9cbbdb5f2406cc125cd4855e83fa0a.tar.gz | |
Exclude `build/lib/` artifacts in flake8 config
| -rw-r--r-- | .flake8 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ [flake8] max-line-length = 88 extend-exclude = + build/lib setuptools/_vendor pkg_resources/_vendor ignore = |
