Skip to content

Commit dcd3b7a

Browse files
committed
pre-commit autoupdate
1 parent df8c4a1 commit dcd3b7a

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
@@ -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.3.0"
12+
rev: "23.9.1"
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: "v1.2.0"
16+
rev: "v1.5.1"
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.265'
26+
rev: 'v0.0.291'
2727
hooks:
2828
- id: ruff
2929
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)