Skip to content

Commit d8a9178

Browse files
authored
Fix pre commit (#65)
* Fix pre-commit config * fix deps
1 parent 8caedf8 commit d8a9178

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
exclude: "CHANGELOG.md|.copier-answers.yml|.all-contributorsrc"
4-
default_stages: [commit]
4+
default_stages: [pre-commit]
55

66
ci:
77
autofix_commit_msg: "chore(pre-commit.ci): auto fixes"

requirements_dev.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
-r requirements.txt
33

44
# Dev
5-
pytest
6-
pytest-cov
7-
pytest-asyncio
8-
pylint
5+
pytest==8.3.4
6+
pytest-cov==6.0.0
7+
pytest-asyncio==0.24.0
98

109
# pre-commit
11-
pre-commit==2.7.1
10+
pre-commit==4.0.1

0 commit comments

Comments
 (0)