diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2cf07e5..e4c2b7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ repos: - id: check-added-large-files - id: debug-statements - repo: https://github.com/psf/black - rev: "23.1.0" + rev: "23.3.0" hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.0.1" + rev: "v1.2.0" hooks: - id: mypy files: vdirsyncer/.* @@ -23,7 +23,7 @@ repos: - types-requests - types-atomicwrites - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.249' + rev: 'v0.0.265' hooks: - id: ruff - repo: local