commit | 05ad92144813135a1eb2d8ec9c839fc3a50a1f8f | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 16:46:29 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 16:47:12 2022 -0400 |
tree | d6c79c55d377ed199b74ff8b5de7ff674e9b85a6 | |
parent | 6bf6535735d5746c895e4c8ea82cb1e5cd81e6fc [diff] [blame] |
ci: add flake8 to pre-commit
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ea971d..b2bf0ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -17,6 +17,11 @@ hooks: - id: black + - repo: https://github.com/pycqa/flake8 + rev: 5.0.4 + hooks: + - id: flake8 + - repo: https://github.com/pycqa/isort rev: 5.10.1 hooks: