We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42cbf00 commit a13db6bCopy full SHA for a13db6b
1 file changed
setup.cfg
@@ -2,4 +2,12 @@
2
test=pytest
3
4
[flake8]
5
-application_import_names = getdents
+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