Skip to content

Commit ed229f0

Browse files
authored
Merge pull request ome#153 from ome/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 954dd24 + 98e408b commit ed229f0

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
@@ -7,13 +7,13 @@ repos:
77
- id: seed-isort-config
88

99
- repo: https://github.com/PyCQA/isort
10-
rev: 5.12.0
10+
rev: 5.13.2
1111
hooks:
1212
- id: isort
1313
args: ["--profile", "black"]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 23.10.1
16+
rev: 23.12.0
1717
hooks:
1818
- id: black
1919
args: [--target-version=py36]
@@ -63,14 +63,14 @@ repos:
6363
]
6464

6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: v1.6.1
66+
rev: v1.7.1
6767
hooks:
6868
- id: mypy
6969
# This is for checking tests/* (everything else has a stricter check
7070
# below), but since there's no include it's run on everything
7171

7272
- repo: https://github.com/pre-commit/mirrors-mypy
73-
rev: v1.6.1
73+
rev: v1.7.1
7474
hooks:
7575
- id: mypy
7676
args: [
@@ -80,7 +80,7 @@ repos:
8080
exclude: tests/
8181

8282
- repo: https://github.com/adrienverge/yamllint.git
83-
rev: v1.32.0
83+
rev: v1.33.0
8484
hooks:
8585
- id: yamllint
8686
# args: [--config-data=relaxed]

0 commit comments

Comments
 (0)