aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.pre-commit-config.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1d75342a..9f2062ce 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,5 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v2.0.0
+ rev: v2.2.3
hooks:
- - id: flake8 \ No newline at end of file
+ - id: flake8
+ additional_dependencies: [
+ "flake8-bugbear",
+ "flake8-docstrings",
+ "flake8-import-order",
+ "flake8-polyfill",
+ "flake8-string-format",
+ "flake8-tidy-imports"
+ ] \ No newline at end of file