Skip to content
Snippets Groups Projects
Commit cb6722dc authored by Moul's avatar Moul
Browse files

Bump pre-commit hooks, pytest-cov

Except pylint
Apply hooks fixes
parent 62a17798
No related branches found
No related tags found
1 merge request!202Migrate to Poetry v2 (#215)
......@@ -20,7 +20,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
args:
......@@ -31,7 +31,7 @@ repos:
hooks:
- id: pylint
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py39-plus]
......@@ -53,6 +53,6 @@ repos:
- "--project"
- "clients/python/duniterpy"
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.21
hooks:
- id: mdformat
......@@ -37,7 +37,7 @@ mnemonic = "^0.20"
[tool.poetry.group.test.dependencies]
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
pytest-cov = "^6.0.0"
pytest-sugar = "^1.0.0"
pytest-clarity = "^1.0.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment