mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-14 15:54:13 +01:00
feat: ajouter le fichier .python-version et mettre à jour les règles de linting dans pyproject.toml
This commit is contained in:
1
M2/Reinforcement Learning/.python-version
Normal file
1
M2/Reinforcement Learning/.python-version
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.14
|
||||||
@@ -46,7 +46,19 @@ select = [
|
|||||||
"I", # isort
|
"I", # isort
|
||||||
"B", # flake8-bugbear
|
"B", # flake8-bugbear
|
||||||
"C4", # flake8-comprehensions
|
"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
|
# Désactiver certaines règles
|
||||||
|
|||||||
Reference in New Issue
Block a user