From b3e87929998e80a59f1baa470ec5f144965a5511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 7 Nov 2021 11:22:59 +0000 Subject: pre-commit autoupdate. --- .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 58a412c..790da82 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,19 +4,19 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.0 + rev: v4.0.1 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.10.0 hooks: - id: isort additional_dependencies: - toml - repo: https://github.com/psf/black - rev: 21.5b1 + rev: 21.10b0 hooks: - id: black - repo: https://gitlab.com/pycqa/flake8 @@ -24,6 +24,6 @@ repos: hooks: - id: flake8 - repo: https://github.com/fsfe/reuse-tool - rev: v0.12.1 + rev: v0.13.0 hooks: - id: reuse -- cgit v1.2.3