From c315eb6de12e9a927caf90c980562f9d3676aa0c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 3 Dec 2024 16:01:10 -0600 Subject: [PATCH 1/2] Fix pre-commit config --- .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 82e6130..920e8de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks exclude: "CHANGELOG.md|.copier-answers.yml|.all-contributorsrc" -default_stages: [commit] +default_stages: [pre-commit] ci: autofix_commit_msg: "chore(pre-commit.ci): auto fixes" From 13b9355bd034b155023b7dad1f60629645c3c9e9 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 3 Dec 2024 16:06:11 -0600 Subject: [PATCH 2/2] fix deps --- requirements_dev.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 4bb1a5a..eaa59b5 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,10 +2,9 @@ -r requirements.txt # Dev -pytest -pytest-cov -pytest-asyncio -pylint +pytest==8.3.4 +pytest-cov==6.0.0 +pytest-asyncio==0.24.0 # pre-commit -pre-commit==2.7.1 +pre-commit==4.0.1