Enable pycodestyle linter

This commit is contained in:
Sergey Petrov
2019-08-11 13:43:19 +03:00
parent 3e9a191f4b
commit d1a5e995d8
4 changed files with 8 additions and 27 deletions
+7
View File
@@ -26,6 +26,13 @@ local Pipeline(py_version) = {
linter: "mypy",
},
},
{
name: "pycodestyle",
image: "pr0ger/drone-pylinters",
settings: {
linter: "pycodestyle",
},
},
],
},
Pipeline("3.5"),