From 072a07192d6ce74e0dbb78b4ea87a9448e31d459 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Wed, 21 Dec 2022 17:08:42 +0100 Subject: [PATCH] Update 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 58649c0..ee79936 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,16 +5,16 @@ repos: rev: 22.3.0 hooks: - id: black - language_version: python3.9 + language_version: python3.11 - repo: https://github.com/pycqa/isort rev: 5.10.1 hooks: - id: isort - repo: https://github.com/csachs/pyproject-flake8 - rev: v0.0.1a3 + rev: v6.0.0 hooks: - id: pyproject-flake8 additional_dependencies: [ - '-e', 'git+https://github.com/pycqa/pyflakes@1911c20#egg=pyflakes', - '-e', 'git+https://github.com/pycqa/pycodestyle@d219c68#egg=pycodestyle', + '-e', 'git+https://github.com/pycqa/pyflakes@b37f91a#egg=pyflakes', + '-e', 'git+https://github.com/pycqa/pycodestyle@1063db8#egg=pycodestyle', ]