From 3e717ccdc8bd60c7e5b6601896fc1c6ef8e937ec Mon Sep 17 00:00:00 2001 From: rwxd Date: Thu, 22 Feb 2024 11:57:26 +0100 Subject: [PATCH] fix: pre-commit autoupdate --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1c72e0..d26bd58 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.4.0" + rev: "v4.5.0" hooks: - id: check-yaml - id: check-json @@ -12,23 +12,23 @@ repos: - id: no-commit-to-branch - id: trailing-whitespace - id: debug-statements - - id: double-quote-string-fixer + # - id: double-quote-string-fixer - id: requirements-txt-fixer - repo: https://github.com/psf/black - rev: "23.1.0" + rev: "24.2.0" hooks: - id: black args: - "--skip-string-normalization" - repo: https://github.com/asottile/pyupgrade - rev: "v3.3.1" + rev: "v3.15.1" hooks: - id: pyupgrade - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.1.1" + rev: "v1.8.0" hooks: - id: mypy args: @@ -38,14 +38,14 @@ repos: - types-pyyaml - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8 args: - "--max-line-length=100" - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort (python) @@ -55,7 +55,7 @@ repos: - "--filter-files" - repo: https://github.com/PyCQA/autoflake - rev: v2.0.1 + rev: v2.3.0 hooks: - id: autoflake args: