Skip to content

Commit 700586d

Browse files
pre-commit-ci[bot]WhyNotHugo
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 β†’ 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/pre-commit/mirrors-mypy: v1.0.1 β†’ v1.2.0](pre-commit/mirrors-mypy@v1.0.1...v1.2.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.249 β†’ v0.0.265](astral-sh/ruff-pre-commit@v0.0.249...v0.0.265)
1 parent c1d3efb commit 700586d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€Ž.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ repos:
99
- id: check-added-large-files
1010
- id: debug-statements
1111
- repo: https://github.com/psf/black
12-
rev: "23.1.0"
12+
rev: "23.3.0"
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: "v1.0.1"
16+
rev: "v1.2.0"
1717
hooks:
1818
- id: mypy
1919
files: vdirsyncer/.*
@@ -23,7 +23,7 @@ repos:
2323
- types-requests
2424
- types-atomicwrites
2525
- repo: https://github.com/charliermarsh/ruff-pre-commit
26-
rev: 'v0.0.249'
26+
rev: 'v0.0.265'
2727
hooks:
2828
- id: ruff
2929
- repo: local

0 commit comments

Comments
Β (0)