diff options
Diffstat (limited to 'third_party/python/more-itertools/setup.cfg')
-rw-r--r-- | third_party/python/more-itertools/setup.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/python/more-itertools/setup.cfg b/third_party/python/more-itertools/setup.cfg new file mode 100644 index 0000000000..86c9d8ce2f --- /dev/null +++ b/third_party/python/more-itertools/setup.cfg @@ -0,0 +1,8 @@ +[flake8] +exclude = ./docs/conf.py, .eggs/ +ignore = E731, E741, F999 + +[egg_info] +tag_build = +tag_date = 0 + |