summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8f64413f..74f05462 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,6 +18,10 @@ repos:
rev: v2.15.3
hooks:
- id: pylint
+- repo: https://github.com/pre-commit/mirrors-autopep8
+ rev: v1.7.0
+ hooks:
+ - id: autopep8
- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
hooks: