@@ -21,6 +21,7 @@ ignore =
2121 doc8.ini
2222 docs
2323 docs/*
24+ .git_archival.txt
2425 minidcos.rb
2526 LICENSE
2627 Makefile
@@ -61,15 +62,8 @@ warn_return_any = True
6162warn_unused_configs = True
6263warn_unused_ignores = True
6364
64- [mypy-vws_auth_tools/_version]
65- ignore_errors = true
66-
67- [mypy-versioneer]
68- ignore_errors = True
69-
7065[flake8]
71- exclude =./versioneer.py,
72- ./src/vws_auth_tools/_version.py,
66+ exclude =./.eggs,
7367 ./build/,
7468
7569[isort]
@@ -80,15 +74,14 @@ include_trailing_comma=true
8074branch = True
8175omit =
8276 *_vendor*
83- src/*/_version.py
8477
8578[yapf]
8679DEDENT_CLOSING_BRACKETS = true
8780BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF = true
8881
8982[doc8]
9083max-line-length = 2000
91- ignore-path = ./node_modules,./src/*.egg-info/,./docs/build/spelling/output.txt
84+ ignore-path = ./node_modules,./src/*.egg-info/,./docs/build/spelling/output.txt,./.eggs,./src/*/_setuptools_scm_version.txt,./docs/build
9285
9386[pydocstyle]
9487# No summary lines
@@ -114,18 +107,6 @@ ignore-path = ./node_modules,./src/*.egg-info/,./docs/build/spelling/output.txt
114107# punctuation
115108# - D415
116109ignore = D200,D202,D203,D205,D212,D400,D406,D407,D413,D301,D401,D415
117- match =(?!.*(versioneer|_version)).*\.py
118-
119- # See the docstring in versioneer.py for instructions. Note that you must
120- # re-run 'versioneer.py setup' after changing this section, and commit the
121- # resulting files.
122- [versioneer]
123- VCS = git
124- style = pep440
125- versionfile_source = src/vws_auth_tools/_version.py
126- versionfile_build = vws_auth_tools/_version.py
127- tag_prefix =
128- parentdir_prefix = vws_auth_tools
129110
130111[bdist_wheel]
131112universal = 1
0 commit comments