Skip to content

Commit a13db6b

Browse files
committed
Add flake8/coverage configs
1 parent 42cbf00 commit a13db6b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.cfg

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22
test=pytest
33

44
[flake8]
5-
application_import_names = getdents
5+
application-import-names = getdents
6+
exclude = env,build,dist,.eggs,.git,__pycache__
7+
import-order-style = cryptography
8+
max-line-length = 79
9+
10+
[coverage:run]
11+
branch = True
12+
omit = getdents/__main__.py
13+
source = getdents

0 commit comments

Comments
 (0)