Skip to content

Commit 4366f2c

Browse files
[repo-helper] Configuration Update (#8)
* Updated files with 'repo_helper'. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b701cdb commit 4366f2c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

consolekit/terminal_colours.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
"strip_ansi",
100100
]
101101

102-
103102
try:
103+
# 3rd party
104104
import colorama # type: ignore
105105
colorama.init()
106106
except ImportError:

doc-source/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
autodocsumm>=0.2.0
2-
default-values>=0.2.0
2+
default-values>=0.4.2
33
domdf-sphinx-theme>=0.3.0
44
extras-require>=0.2.0
5-
seed-intersphinx-mapping>=0.1.1
5+
seed-intersphinx-mapping>=0.3.1
66
sphinx<3.4.0,>=3.0.3
77
sphinx-copybutton>=0.2.12
88
sphinx-notfound-page>=0.5
99
sphinx-prompt>=1.1.0
1010
sphinx-tabs>=1.1.13
11-
sphinx-toolbox>=1.8.2
11+
sphinx-toolbox>=1.8.3
1212
sphinxcontrib-httpdomain>=1.7.0
1313
sphinxemoji>=0.1.6
14-
toctree-plus>=0.0.4
14+
toctree-plus>=0.1.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ deps =
7676
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
7777
git+https://github.com/domdfcoding/flake8-quotes.git
7878
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
79-
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
79+
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
8080
pygments>=2.7.1
8181
commands = python3 -m flake8_rst_docstrings_sphinx consolekit tests --allow-toolbox {posargs}
8282

0 commit comments

Comments
 (0)