From acfe6ab2d3fa86189f96cfe4dd8c304da9850ea8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Nov 2021 01:26:40 +0000 Subject: [PATCH] chore(deps-dev): update pre-commit hooks --- .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 9386155..dee0d4d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,16 +2,16 @@ 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]