From 87466068cdc1230f35bde2ae1429c99c3fb751fd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 18:45:00 +0000 Subject: [PATCH 1/2] [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.9.3 → 5.10.0](https://github.com/PyCQA/isort/compare/5.9.3...5.10.0) --- .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 7bb8916..6cf5fe5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: remove-tabs - repo: https://github.com/PyCQA/isort - rev: 5.9.3 + rev: 5.10.0 hooks: - id: isort name: isort (python) From e8363c1bb59aaea5a7cf3310beac2bc6ee21eb29 Mon Sep 17 00:00:00 2001 From: Nguyen Damien Date: Mon, 8 Nov 2021 23:37:30 +0100 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a4d2d..737cec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update `thomaseizinger/create-pull-request` GiHub action to v1.3.0 - Update `black` hook to v21.10b0 - Update `check-manifest` hook to v0.47 -- Update `isort` hook to v5.9.3 +- Update `isort` hook to v5.10.0 - Update `flake8` hook to v4.0.1 ## [1.4.0] - 2021-07-29