Skip to content

Commit 22a1271

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0) - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1) - [github.com/pre-commit/mirrors-mypy: v0.931 → v0.941](pre-commit/mirrors-mypy@v0.931...v0.941)
1 parent dc6e4ba commit 22a1271

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
@@ -14,7 +14,7 @@ repos:
1414
- id: flake8
1515
additional_dependencies: [flake8-import-order, flake8-bugbear]
1616
- repo: https://github.com/psf/black
17-
rev: "21.12b0"
17+
rev: "22.1.0"
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pycqa/isort
@@ -23,12 +23,12 @@ repos:
2323
- id: isort
2424
name: isort (python)
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.31.0
26+
rev: v2.31.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py37-plus]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: "v0.931"
31+
rev: "v0.941"
3232
hooks:
3333
- id: mypy
3434
files: vdirsyncer/.*

0 commit comments

Comments
 (0)