From 6a45dceb7f855a05f9f95889704a72d07fdf741c Mon Sep 17 00:00:00 2001 From: dalonsoa Date: Mon, 4 Jul 2022 00:07:05 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 644a125..92448ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: isort additional_dependencies: [toml] - repo: https://github.com/psf/black - rev: "22.3.0" + rev: "22.6.0" hooks: - id: black - repo: https://gitlab.com/pycqa/flake8