summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-09-26 12:34:04 -0400
committerAllen Winter <allen.winter@kdab.com>2022-09-26 12:34:04 -0400
commit091ba2ab9934f66b1f195702c4be260f92040a85 (patch)
treeb13da7b96642dd10cb9758afe90056f372f95404 /.pre-commit-config.yaml
parent4e95d6152a8ebffdcc1eb2b960b41f6280fe455c (diff)
downloadlibical-git-091ba2ab9934f66b1f195702c4be260f92040a85.tar.gz
pre-commit-config.yaml, .pep8 - add autopep8 hook
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: