refactor: cleanup dependabot configuration
[e-mobility-charging-stations-simulator.git] / tests / ocpp-server / pyproject.toml
index 88c09f88e83663a9b10378c78df1667f534e78ee..d0c6d4e4115adfdb52f0b90f69e62a26ab3c6a5a 100644 (file)
@@ -18,7 +18,7 @@ flake8 = "^7"
 
 [tool.taskipy.tasks]
 format = "black . && isort ."
-lint = "flake8 ."
+lint = "black --check --diff . && isort --check --diff . && flake8 ."
 
 [tool.isort]
 profile = 'black'