We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8caedf8 commit d8a9178Copy full SHA for d8a9178
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
exclude: "CHANGELOG.md|.copier-answers.yml|.all-contributorsrc"
4
-default_stages: [commit]
+default_stages: [pre-commit]
5
6
ci:
7
autofix_commit_msg: "chore(pre-commit.ci): auto fixes"
requirements_dev.txt
@@ -2,10 +2,9 @@
-r requirements.txt
# Dev
-pytest
-pytest-cov
-pytest-asyncio
8
-pylint
+pytest==8.3.4
+pytest-cov==6.0.0
+pytest-asyncio==0.24.0
9
10
# pre-commit
11
-pre-commit==2.7.1
+pre-commit==4.0.1
0 commit comments