Skip to content

Commit 1f033bd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](asottile/pyupgrade@v3.2.0...v3.2.2) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.991](pre-commit/mirrors-mypy@v0.982...v0.991)
1 parent 70d6208 commit 1f033bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -18,7 +18,7 @@ repos:
1818
- id: python-use-type-annotations
1919
- id: text-unicode-replacement-char
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.2.0
21+
rev: v3.2.2
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]
@@ -41,7 +41,7 @@ repos:
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/PyCQA/flake8
44-
rev: 5.0.4
44+
rev: 6.0.0
4545
hooks:
4646
- id: flake8
4747
types: [python]
@@ -80,7 +80,7 @@ repos:
8080
hooks:
8181
- id: codespell
8282
- repo: https://github.com/pre-commit/mirrors-mypy
83-
rev: 'v0.982'
83+
rev: 'v0.991'
8484
hooks:
8585
- id: mypy
8686
args: [

0 commit comments

Comments
 (0)