Skip to content

Commit f103b10

Browse files
pre-commit-ci[bot]Hugo
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
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/asottile/pyupgrade: v2.32.1 → v2.34.0](asottile/pyupgrade@v2.32.1...v2.34.0) - [github.com/pre-commit/mirrors-mypy: v0.960 → v0.961](pre-commit/mirrors-mypy@v0.960...v0.961)
1 parent e44c704 commit f103b10

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: trailing-whitespace
66
args: [--markdown-linebreak-ext=md]
@@ -23,12 +23,12 @@ repos:
2323
- id: isort
2424
name: isort (python)
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]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: "v0.960"
31+
rev: "v0.961"
3232
hooks:
3333
- id: mypy
3434
files: vdirsyncer/.*

0 commit comments

Comments
 (0)