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

Bump pre-commit hooks, pytest-cov

Apply hooks fixes
parent 62a17798
No related branches found
No related tags found
No related merge requests found
......@@ -20,18 +20,18 @@ 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:
- "--install-types"
- "--non-interactive"
- repo: https://github.com/pylint-dev/pylint
rev: v3.2.7
rev: v3.3.3
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