From 088382278c357f62e53c9c07f9e7548492682bcd Mon Sep 17 00:00:00 2001 From: DAVID Axel <axel.david@etu.univ-amu.fr> Date: Sat, 6 May 2023 12:47:55 +0200 Subject: [PATCH] style: :rotating_light: Move pylint upper that plugins --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 83e015b..4e57367 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,13 +32,13 @@ isort = "^5" bandit = { extras = ["toml"], version = "^1" } pycodestyle = "^2" pydocstyle = { extras = ["toml"], version = "^6" } +pylint = "^2" pylint-secure-coding-standard = "^1" pylint-pydantic = "^0" pylint-enums = "^0" ruff = "^0" interrogate = "^1" deptry = "^0" -pylint = "^2" mypy = { extras = ["reports"], version = "^1" } vulture = "^2" safety = "^2.4.0b1" -- GitLab