Compare commits

...

4 Commits

4 changed files with 1086 additions and 1 deletions

View File

@@ -0,0 +1 @@
3.14

File diff suppressed because one or more lines are too long

View File

@@ -33,6 +33,7 @@ The projects are organized into two main sections:
- `Deep Learning`
- `Linear Models`
- `Machine Learning`
- `Reinforcement Learning`
- `VBA`
- `SQL`

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