From 6d69e5a6c8b6166cc56a2e8dd396cad8de423c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Tue, 2 Nov 2021 19:51:02 +0000 Subject: pre-commit autoupgrade. --- .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 580b53f..b525400 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,13 +10,13 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.9.3 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