@@ -21,6 +21,7 @@ ignore =
21
21
doc8.ini
22
22
docs
23
23
docs/*
24
+ .git_archival.txt
24
25
minidcos.rb
25
26
LICENSE
26
27
Makefile
@@ -61,15 +62,8 @@ warn_return_any = True
61
62
warn_unused_configs = True
62
63
warn_unused_ignores = True
63
64
64
- [mypy-vws_auth_tools/_version]
65
- ignore_errors = true
66
-
67
- [mypy-versioneer]
68
- ignore_errors = True
69
-
70
65
[flake8]
71
- exclude =./versioneer.py,
72
- ./src/vws_auth_tools/_version.py,
66
+ exclude =./.eggs,
73
67
./build/,
74
68
75
69
[isort]
@@ -80,15 +74,14 @@ include_trailing_comma=true
80
74
branch = True
81
75
omit =
82
76
*_vendor*
83
- src/*/_version.py
84
77
85
78
[yapf]
86
79
DEDENT_CLOSING_BRACKETS = true
87
80
BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF = true
88
81
89
82
[doc8]
90
83
max-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
92
85
93
86
[pydocstyle]
94
87
# No summary lines
@@ -114,18 +107,6 @@ ignore-path = ./node_modules,./src/*.egg-info/,./docs/build/spelling/output.txt
114
107
# punctuation
115
108
# - D415
116
109
ignore = 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
129
110
130
111
[bdist_wheel]
131
112
universal = 1
0 commit comments