diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8e86b7..632b38b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,12 @@ language: system files: ^.*\.py$ exclude: ^(migrations).*$ + - id: yapf + name: yapf + entry: yapf -i + language: system + files: ^.*\.py$ + exclude: ^(migrations).*$ - id: unittest name: unittest entry: python -m unittest discover ki