Skip to content

Commit 1790f3d

Browse files
authored
Merge pull request #2642 from jaesivsm/fix/doc-building
Fixing linting and doc building upgrading dev dependencies
2 parents 2cab8a0 + 6fd59d8 commit 1790f3d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- repo: https://github.com/ambv/black
11-
rev: 22.1.0
11+
rev: 22.3.0
1212
hooks:
1313
- id: black
1414
- repo: https://gitlab.com/pycqa/flake8

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Sphinx==3.3.0
22
sphinx-rtd-theme==0.5.0
33
readthedocs-sphinx-ext==2.1.1
44
docutils==0.17.1
5+
Jinja2<3.1

0 commit comments

Comments
 (0)