Skip to content

Commit 237ede0

Browse files
[pre-commit.ci] pre-commit autoupdate (#57)
1 parent 637851b commit 237ede0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude: >
1111
repos:
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.0.1
14+
rev: v4.1.0
1515
hooks:
1616
- id: check-json
1717
- id: check-yaml
@@ -26,12 +26,12 @@ repos:
2626
additional_dependencies: [setuptools>=46.4.0]
2727

2828
- repo: https://github.com/pycqa/isort
29-
rev: 5.9.3
29+
rev: 5.10.1
3030
hooks:
3131
- id: isort
3232

3333
- repo: https://github.com/psf/black
34-
rev: 21.9b0
34+
rev: 21.12b0
3535
hooks:
3636
- id: black
3737

@@ -42,12 +42,12 @@ repos:
4242
additional_dependencies: [flake8-bugbear==21.3.1]
4343

4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v0.910-1
45+
rev: v0.931
4646
hooks:
4747
- id: mypy
4848
additional_dependencies: [attrs]
4949

5050
- repo: https://github.com/asottile/setup-cfg-fmt
51-
rev: v1.18.0
51+
rev: v1.20.0
5252
hooks:
5353
- id: setup-cfg-fmt

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ code_style =
5252
pre-commit~=2.12
5353
rtd =
5454
myst-parser~=0.15.0
55-
sphinx_book_theme>=0.0.36
55+
sphinx-book-theme>=0.0.36
5656
testing =
5757
coverage
5858
pytest>=3.6,<4

0 commit comments

Comments
 (0)