diff options
Diffstat (limited to 'sideci.yml')
-rw-r--r-- | sideci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ linter: flake8: version: 3 + plugins: + - flake8-blind-except + - flake8-builtins + - flake8-bugbear |