Skip to content

Commit fb31eca

Browse files
update pre-commit hook
1 parent 5aa9c8e commit fb31eca

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
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.32.0
26+
rev: v2.32.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py37-plus]
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: setup-cfg-fmt
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: 'v0.950'
35+
rev: 'v0.960'
3636
hooks:
3737
- id: mypy
3838
args: [--strict]

0 commit comments

Comments
 (0)