Skip to content

Commit ac3d917

Browse files
authored
Merge pull request #744 from ipython/pre-commit-ci-update-config
2 parents e586b86 + 12e7405 commit ac3d917

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: debug-statements
66
stages: [manual]
@@ -38,7 +38,7 @@ repos:
3838
args: [--profile=black]
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v0.960
41+
rev: v0.961
4242
hooks:
4343
- id: mypy
4444
args: ["--config-file", "pyproject.toml"]
@@ -52,7 +52,7 @@ repos:
5252
- id: prettier
5353

5454
- repo: https://github.com/asottile/pyupgrade
55-
rev: v2.32.1
55+
rev: v2.34.0
5656
hooks:
5757
- id: pyupgrade
5858
args: [--py37-plus]
@@ -77,13 +77,13 @@ repos:
7777
stages: [manual]
7878

7979
- repo: https://github.com/pre-commit/mirrors-eslint
80-
rev: v8.16.0
80+
rev: v8.17.0
8181
hooks:
8282
- id: eslint
8383
stages: [manual]
8484

8585
- repo: https://github.com/sirosen/check-jsonschema
86-
rev: 0.15.1
86+
rev: 0.16.0
8787
hooks:
8888
- id: check-jsonschema
8989
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)