From 029b254081d19a0773fa23567392b0dffd41e336 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Wed, 3 Aug 2022 20:41:45 +0300 Subject: [PATCH] Update pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cdf349a..6f180c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: 'docs|node_modules|migrations|.git|.tox' repos: - repo: https://github.com/ambv/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black language_version: python3.10 @@ -11,7 +11,7 @@ repos: hooks: - id: isort - repo: https://github.com/csachs/pyproject-flake8 - rev: v0.0.1a3 + rev: v0.0.1a4 hooks: - id: pyproject-flake8 additional_dependencies: [