Skip to content

Commit b0bc760

Browse files
committed
ship flake8 config
1 parent 15c508b commit b0bc760

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[flake8]
2+
ignore = E124,E128,E129,E201,E202,E225,E226,E231,E265,E271,E302,E303,F401,E402,E501,W503,E731,F811,F821,F841
3+
4+
[easy_install]
5+

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env python
22

33
import os
4-
import sys
5-
import shutil
64

75
import setuptools.command.egg_info as egg_info_cmd
86
from setuptools import setup, find_packages

0 commit comments

Comments
 (0)