diff --git a/M2/Reinforcement Learning/.python-version b/M2/Reinforcement Learning/.python-version new file mode 100644 index 0000000..6324d40 --- /dev/null +++ b/M2/Reinforcement Learning/.python-version @@ -0,0 +1 @@ +3.14 diff --git a/pyproject.toml b/pyproject.toml index 9bde5f9..2858df5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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