From a48af69e08ba205d633d2bfa0c8e26ea0ee3297b Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Wed, 16 Mar 2022 11:44:39 +0100 Subject: [PATCH] Update pre-commit repositories --- .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 65b1219b..24521b2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,15 +4,15 @@ repos: hooks: - id: seed-isort-config - repo: https://github.com/timothycrosley/isort - rev: 5.7.0 + rev: 5.10.1 hooks: - id: isort - repo: https://github.com/ambv/black - rev: stable + rev: 22.1.0 hooks: - id: black - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 + rev: 3.9.2 hooks: - id: flake8 additional_dependencies: @@ -23,7 +23,7 @@ repos: "flake8-mypy==17.8.0", ] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.1.0 hooks: - id: check-ast - id: check-docstring-first @@ -40,17 +40,17 @@ repos: - id: requirements-txt-fixer - id: check-vcs-permalinks - repo: https://github.com/codespell-project/codespell - rev: v2.0.0 + rev: v2.1.0 hooks: - id: codespell entry: codespell -L IAM,iam exclude: "\\.ics$" - repo: https://github.com/marco-c/taskcluster_yml_validator - rev: v0.0.7 + rev: v0.0.9 hooks: - id: taskcluster_yml - repo: https://github.com/asottile/yesqa - rev: v1.2.2 + rev: v1.3.0 hooks: - id: yesqa - repo: meta