test(linter): use pdm for linter installation

Refs: #5
Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-03-19 21:56:44 +01:00
parent eda58ace70
commit 5e926d7674
4 changed files with 74 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
[flake8]
extend-ignore = E203
exclude = .git,__pycache__,.venv
exclude = .git,__pycache__,.venv,__pypackages__
max-complexity = 10
max-line-length = 120