From 9bf31153f95c6864e4d4495801ef360043bba91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 17 Dec 2022 14:34:37 +0000 Subject: pre-commit autoupdate This includes the flake8 repo change. --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b525400..2e20744 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,26 +4,26 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.4.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.9.3 + rev: v5.11.3 hooks: - id: isort additional_dependencies: - toml - repo: https://github.com/psf/black - rev: 21.10b0 + rev: 22.12.0 hooks: - id: black -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 +- repo: https://github.com/PyCQA/flake8 + rev: 6.0.0 hooks: - id: flake8 - repo: https://github.com/fsfe/reuse-tool - rev: v0.13.0 + rev: v1.1.0 hooks: - id: reuse -- cgit v1.2.3