Skip to content

Commit 3165e40

Browse files
[pre-commit.ci] pre-commit autoupdate (#180)
updates: - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.1.1](pre-commit/mirrors-mypy@v1.0.1...v1.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1f0a229 commit 3165e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: doc/en/example/py2py3/test_py2.py
22
repos:
33
- repo: https://github.com/codespell-project/codespell
4-
rev: v2.2.2
4+
rev: v2.2.4
55
hooks:
66
- id: codespell
77
- repo: https://github.com/psf/black
@@ -36,6 +36,6 @@ repos:
3636
args: ["--ignore", "D001"]
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: 'v1.0.1'
39+
rev: 'v1.1.1'
4040
hooks:
4141
- id: mypy

0 commit comments

Comments
 (0)