Skip to content

Commit d57a554

Browse files
pre-commit update
1 parent 0a6a657 commit d57a554

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: reorder-python-imports
1313
args: [ "--application-directories=.:src" , --py37-plus, --add-import, 'from __future__ import annotations']
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.2.0
15+
rev: v4.3.0
1616
hooks:
1717
- id: trailing-whitespace
1818
- id: end-of-file-fixer
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: flake8
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.32.1
26+
rev: v2.34.0
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.960'
35+
rev: 'v0.961'
3636
hooks:
3737
- id: mypy
3838
args: [--strict]

0 commit comments

Comments
 (0)