From eea3ae59a7a9cedcf6aa6568a895165e3d81e58d Mon Sep 17 00:00:00 2001 From: josep-tecnativa Date: Mon, 25 Sep 2023 17:09:09 +0200 Subject: [PATCH] [DCK] pre-commit dependences updated --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5de0b65..794c31d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: language: fail files: "\\.rej$" - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v3.0.3 hooks: - id: prettier additional_dependencies: @@ -20,7 +20,7 @@ repos: args: - --plugin=@prettier/plugin-xml - repo: https://github.com/myint/autoflake - rev: v1.4 + rev: v2.2.1 hooks: - id: autoflake args: @@ -31,21 +31,21 @@ repos: - --remove-duplicate-keys - --remove-unused-variables - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v3.13.0 hooks: - id: pyupgrade - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/timothycrosley/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort args: - --settings=. - repo: https://github.com/pycqa/flake8 - rev: 3.9.2 + rev: 6.1.0 hooks: - &flake8 id: flake8 @@ -60,7 +60,7 @@ repos: - --extend-ignore=F401 files: /__init__\.py$ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-case-conflict - id: check-executables-have-shebangs