feat: ajouter le fichier .python-version et mettre à jour les règles de linting dans pyproject.toml

This commit is contained in:
2025-11-25 12:30:55 +01:00
parent 8400c722a5
commit f0854e58ba
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1 @@
3.14

View File

@@ -46,7 +46,19 @@ select = [
"I", # isort
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"UP", # pyupgrade
"UP", # pyupgrade,
"C4", # flake8-comprehensions
"FIX", # auto-fixable issues
"G", # flake8-logging-format
"Q", # flake8-quotes
"RET", # flake8-return
"SLF", # flake8-self
"SIM", # flake8-simplify
"ARG", # flake8-unused-arguments
"PD", # flake8-pandas-vet
"DOC", # pydocstyle
"D", # pydocstyle
"PL", # pylint
]
# Désactiver certaines règles