From 1ca04d70ef6a4b039c035fa134ab8344cfacc324 Mon Sep 17 00:00:00 2001 From: jsanjak Date: Thu, 20 Jul 2023 18:11:37 +0000 Subject: [PATCH] update isort version --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 60c9c21e..01087ae8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: rev: 20.8b1 hooks: - id: black -- repo: https://gitlab.com/PyCQA/flake8.git +- repo: https://github.com/PyCQA/flake8.git rev: 3.9.2 hooks: - id: flake8 @@ -24,8 +24,8 @@ repos: rev: v0.812 hooks: - id: mypy -- repo: https://github.com/timothycrosley/isort - rev: 5.8.0 +- repo: https://github.com/pycqa/isort + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/snakemake/snakefmt