From dcd3b7a3599a96aa4282af8354fec220ef27e33c Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sun, 24 Sep 2023 12:35:40 +0200 Subject: [PATCH] pre-commit autoupdate --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a26c8d..853198f 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.3.0" + rev: "23.9.1" hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.2.0" + rev: "v1.5.1" 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.265' + rev: 'v0.0.291' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]