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: ...@@ -20,7 +20,7 @@ repos:
- id: isort - id: isort
args: ["--profile", "black"] args: ["--profile", "black"]
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0 rev: v1.14.1
hooks: hooks:
- id: mypy - id: mypy
args: args:
...@@ -31,7 +31,7 @@ repos: ...@@ -31,7 +31,7 @@ repos:
hooks: hooks:
- id: pylint - id: pylint
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.19.0 rev: v3.19.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py39-plus] args: [--py39-plus]
...@@ -53,6 +53,6 @@ repos: ...@@ -53,6 +53,6 @@ repos:
- "--project" - "--project"
- "clients/python/duniterpy" - "clients/python/duniterpy"
- repo: https://github.com/executablebooks/mdformat - repo: https://github.com/executablebooks/mdformat
rev: 0.7.18 rev: 0.7.21
hooks: hooks:
- id: mdformat - id: mdformat
...@@ -37,7 +37,7 @@ mnemonic = "^0.20" ...@@ -37,7 +37,7 @@ mnemonic = "^0.20"
[tool.poetry.group.test.dependencies] [tool.poetry.group.test.dependencies]
pytest = "^8.3.3" pytest = "^8.3.3"
pytest-cov = "^5.0.0" pytest-cov = "^6.0.0"
pytest-sugar = "^1.0.0" pytest-sugar = "^1.0.0"
pytest-clarity = "^1.0.1" 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