|
@ -1,12 +1,12 @@ |
|
|
exclude: "^setup/|/static/lib/|/static/src/lib/" |
|
|
exclude: "^setup/|/static/lib/|/static/src/lib/" |
|
|
default_language_version: |
|
|
default_language_version: |
|
|
python: python3 |
|
|
|
|
|
|
|
|
python: python3.5 |
|
|
repos: |
|
|
repos: |
|
|
- repo: https://github.com/psf/black |
|
|
- repo: https://github.com/psf/black |
|
|
rev: 19.3b0 |
|
|
rev: 19.3b0 |
|
|
hooks: |
|
|
hooks: |
|
|
- id: black |
|
|
- id: black |
|
|
args: [-l 79] |
|
|
|
|
|
|
|
|
args: [-l 79, --target-version=py35] |
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks |
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks |
|
|
rev: v2.3.0 |
|
|
rev: v2.3.0 |
|
|
hooks: |
|
|
hooks: |
|
|