From 9d0489f6260d37ca480c7414024d6b4a575c36d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:15:59 +0000 Subject: [PATCH 1/2] Update pre-commit requirement from ~=2.21 to ~=3.0 (#103) * Update pre-commit requirement from ~=2.21 to ~=3.0 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.21.0...v3.0.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Update isort hook to 5.12.0 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen --- .pre-commit-config.yaml | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8e753761..ba6cd8b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/timothycrosley/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort args: ["--profile", "black", "--line-length", "80", "--filter-files", "--skip-gitignore"] diff --git a/requirements_dev.txt b/requirements_dev.txt index e963c4cd..c13b46d1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pre-commit~=2.21 +pre-commit~=3.0 pylint~=2.15 pytest~=7.2 pytest-cov~=4.0 From 5e8ed1e9ce1adcc9f8a40522f12850ca0b404301 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 1 Feb 2023 06:43:08 +0000 Subject: [PATCH 2/2] 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 ba6cd8b0..c40b49ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: args: ["--profile", "black", "--line-length", "80", "--filter-files", "--skip-gitignore"] - repo: https://github.com/ambv/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black args: ["--line-length", "80"]