Skip to content

Commit 7f3e21d

Browse files
authored
Merge pull request #151 from ome/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents a35ade1 + acacf7f commit 7f3e21d

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
@@ -13,20 +13,20 @@ repos:
1313
args: ["--profile", "black"]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 23.9.1
16+
rev: 23.10.1
1717
hooks:
1818
- id: black
1919
args: [--target-version=py36]
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.10.1
22+
rev: v3.15.0
2323
hooks:
2424
- id: pyupgrade
2525
args:
2626
- --py36-plus
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.4.0
29+
rev: v4.5.0
3030
hooks:
3131
- id: trailing-whitespace
3232
exclude: .bumpversion.cfg
@@ -63,14 +63,14 @@ repos:
6363
]
6464

6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: v1.5.1
66+
rev: v1.6.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.5.1
73+
rev: v1.6.1
7474
hooks:
7575
- id: mypy
7676
args: [

0 commit comments

Comments
 (0)