diff options
Diffstat (limited to 'Biz/Lint.hs')
-rw-r--r-- | Biz/Lint.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Lint.hs b/Biz/Lint.hs index 23a6834..8dafcb3 100644 --- a/Biz/Lint.hs +++ b/Biz/Lint.hs @@ -159,7 +159,7 @@ runOne mode root cwd path_ = results +> traverse_ printResult >> results [ lint mode ormolu path_, lint mode hlint path_ ] - Just (Namespace _ Py) -> [lint mode pylint path_] + Just (Namespace _ Py) -> [] -- [lint mode pylint path_] Just (Namespace _ Sh) -> [lint mode shellcheck path_] Just (Namespace _ Nix) -> [pure <| NoOp path_] Just (Namespace _ Scm) -> [pure <| NoOp path_] |