From aa9c7fb11816fe96b1617472df502e67b11e07ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Nov 2021 11:30:00 +0300 Subject: [PATCH] chore(deps-dev): update pre-commit hooks (#42) Co-authored-by: Renovate Bot --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9386155..b6e9561 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,21 +2,21 @@ exclude: ipython_config.py repos: - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 21.10b0 hooks: - id: black language_version: python3.9 - repo: https://github.com/PyCQA/isort - rev: 5.0.0 + rev: 5.10.0 hooks: - id: isort - repo: https://github.com/adrienverge/yamllint - rev: v1.25.0 + rev: v1.26.3 hooks: - id: yamllint args: [--strict] - repo: https://github.com/zahorniak/pre-commit-circleci - rev: v0.2 + rev: v0.3 hooks: - id: circleci_validate name: circleci