From 8f781d5053bd7fc297e324990dcbd0d768e91f1b Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Sat, 19 Nov 2022 19:38:27 +0200 Subject: [PATCH] Upgrade pre-commit --- .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 2173801..dc3e315 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/ambv/black - rev: 22.3.0 + rev: 22.10.0 hooks: - id: black - repo: https://github.com/asottile/reorder_python_imports - rev: v3.0.1 + rev: v3.9.0 hooks: - id: reorder-python-imports -- repo: https://gitlab.com/pycqa/flake8 - rev: '3.9.2' +- repo: https://github.com/PyCQA/flake8 + rev: '5.0.4' hooks: - id: flake8 args: ["--max-line-length=1000"]