We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cab8a0 + 6fd59d8 commit 1790f3dCopy full SHA for 1790f3d
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
10
- repo: https://github.com/ambv/black
11
- rev: 22.1.0
+ rev: 22.3.0
12
hooks:
13
- id: black
14
- repo: https://gitlab.com/pycqa/flake8
docs/requirements.txt
@@ -2,3 +2,4 @@ Sphinx==3.3.0
2
sphinx-rtd-theme==0.5.0
3
readthedocs-sphinx-ext==2.1.1
4
docutils==0.17.1
5
+Jinja2<3.1
0 commit comments