mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-02-07 17:05:52 +01:00
Compare commits
4 Commits
e57995ba85
...
16f0e6a81e
| Author | SHA1 | Date | |
|---|---|---|---|
| 16f0e6a81e | |||
| f3e59b83f9 | |||
| 89080e7213 | |||
| 62fdf79f76 |
1
M2/Reinforcement Learning/.python-version
Normal file
1
M2/Reinforcement Learning/.python-version
Normal file
@@ -0,0 +1 @@
|
||||
3.14
|
||||
File diff suppressed because one or more lines are too long
@@ -33,6 +33,7 @@ The projects are organized into two main sections:
|
||||
- `Deep Learning`
|
||||
- `Linear Models`
|
||||
- `Machine Learning`
|
||||
- `Reinforcement Learning`
|
||||
- `VBA`
|
||||
- `SQL`
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user