Use autopep8 as python formatter on pre-commit (#5)
Closes #3 --------- Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
This commit is contained in:
parent
1120af2e31
commit
6dcadf54de
@ -17,3 +17,11 @@ repos:
|
|||||||
rev: v0.6.13
|
rev: v0.6.13
|
||||||
hooks:
|
hooks:
|
||||||
- id: cmake-format
|
- id: cmake-format
|
||||||
|
- repo: https://github.com/hhatto/autopep8
|
||||||
|
rev: v2.3.2
|
||||||
|
hooks:
|
||||||
|
- id: autopep8
|
||||||
|
alias: python
|
||||||
|
args:
|
||||||
|
- "--ignore-local-config"
|
||||||
|
- "--in-place"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user