We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6461e2e + 1769c66 commit 7a501fbCopy full SHA for 7a501fb
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.1.0
+ rev: 22.3.0
4
hooks:
5
- id: black
6
args: [--safe, --quiet]
@@ -37,7 +37,7 @@ repos:
37
- flake8-typing-imports==1.12.0
38
- flake8-docstrings==1.5.0
39
- repo: https://github.com/asottile/reorder_python_imports
40
- rev: v2.7.1
+ rev: v3.0.1
41
42
- id: reorder-python-imports
43
args: ['--application-directories=.:src', --py37-plus]
doc/en/requirements.txt
@@ -5,3 +5,6 @@ sphinx-removed-in>=0.2.0
sphinx>=3.1,<4
sphinxcontrib-trio
7
sphinxcontrib-svg2pdfconverter
8
+
9
+# XXX: sphinx<4 is broken with latest jinja2
10
+jinja2<3.1
0 commit comments