We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7201000 commit 8872b37Copy full SHA for 8872b37
setup.cfg
@@ -31,8 +31,23 @@ ignore =
31
tests/*
32
vuforia_secrets.env.example
33
34
-[doc8]
+[flake8]
35
+exclude=./versioneer.py,
36
+ ./src/vws/_version.py,
37
+ ./build/,
38
+
39
+# See the docstring in versioneer.py for instructions. Note that you must
40
+# re-run 'versioneer.py setup' after changing this section, and commit the
41
+# resulting files.
42
+[versioneer]
43
+VCS = git
44
+style = pep440
45
+versionfile_source = src/vws/_version.py
46
+versionfile_build = vws/_version.py
47
+tag_prefix =
48
+parentdir_prefix = vws
49
50
+[doc8]
51
max-line-length = 2000
52
ignore-path = ./src/*.egg-info/SOURCES.txt,./docs/build/spelling/output.txt
53
0 commit comments