Skip to content

Commit 595ce61

Browse files
[pre-commit.ci] pre-commit autoupdate (#866)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/pre-commit/mirrors-mypy: v0.960 → v0.961](pre-commit/mirrors-mypy@v0.960...v0.961) - [github.com/asottile/pyupgrade: v2.32.1 → v2.34.0](asottile/pyupgrade@v2.32.1...v2.34.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 83a1669 commit 595ce61

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: check-case-conflict
@@ -27,7 +27,7 @@ repos:
2727
files: \.py$
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v0.960
30+
rev: v0.961
3131
hooks:
3232
- id: mypy
3333
exclude: examples/simple/setup.py
@@ -39,7 +39,7 @@ repos:
3939
- id: prettier
4040

4141
- repo: https://github.com/asottile/pyupgrade
42-
rev: v2.32.1
42+
rev: v2.34.0
4343
hooks:
4444
- id: pyupgrade
4545
args: [--py37-plus]

0 commit comments

Comments
 (0)