Skip to content
Snippets Groups Projects

Migrate to Poetry v2 (#215)

Merged Moul requested to merge 215_poetry_v2 into main
4 files
+ 31
20
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 3
3
@@ -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
Loading