Skip to content

Commit 2f11afa

Browse files
Updated files with 'repo_helper'.
1 parent 513c9c3 commit 2f11afa

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

formate.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ known_third_party = [
3333
"coincidence",
3434
"coverage",
3535
"coverage_pyver_pragma",
36+
"defusedxml",
3637
"docutils",
3738
"domdf_python_tools",
3839
"importlib_metadata",

tox.ini

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ deps =
127127
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
128128
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
129129
git+https://github.com/python-formate/flake8-missing-annotations.git
130-
git+https://github.com/domdfcoding/pydocstyle.git@stub-functions
130+
git+https://github.com/domdfcoding/pydocstyle.git
131131
pygments>=2.7.1
132132
importlib_metadata<4.5.0; python_version<'3.8'
133133
commands = python3 -m flake8_rst_docstrings_sphinx sphinxcontrib/extras_require tests --allow-toolbox {posargs}
@@ -248,6 +248,18 @@ filterwarnings =
248248
always:The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.:DeprecationWarning
249249
always:The frontend.Option class will be removed in Docutils 0.21 or later.:DeprecationWarning
250250
251+
[testenv:py312-sphinx{3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2}]
252+
download = True
253+
setenv =
254+
PYTHONDEVMODE=1
255+
PIP_DISABLE_PIP_VERSION_CHECK=1
256+
257+
[testenv:py313-sphinx{3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2}]
258+
download = True
259+
setenv =
260+
PYTHONDEVMODE=1
261+
PIP_DISABLE_PIP_VERSION_CHECK=1
262+
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
251263
252264
[testenv]
253265
setenv =

0 commit comments

Comments
 (0)