From ca9349aa120116e2bd815fe31a5d0b6ea7112e03 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 21:58:52 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycqa/isort: 5.11.5 → 5.12.0](https://github.com/pycqa/isort/compare/5.11.5...5.12.0) - [github.com/psf/black: refs/tags/23.1.0:refs/tags/23.1.0 → 23.3.0](https://github.com/psf/black/compare/refs/tags/23.1.0:refs/tags/23.1.0...23.3.0) --- .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 6e05165b1..cb0de84cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ ci: # https://pre-commit.com/#adding-pre-commit-plugins-to-your-project repos: - repo: https://github.com/pycqa/isort - rev: 5.11.5 + rev: 5.12.0 hooks: - id: isort # This is here to defer file selection to isort which will do it based on @@ -18,7 +18,7 @@ repos: - repo: https://github.com/psf/black # WARNING: version should be the same as in `pyproject.toml` # Using git ref spec because of https://github.com/psf/black/issues/2493 - rev: 'refs/tags/23.1.0:refs/tags/23.1.0' + rev: '23.3.0' hooks: - id: black pass_filenames: false