mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
44 lines
1.4 KiB
YAML
44 lines
1.4 KiB
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 6bedb5c58a7d8c25aa9509f8217bc24e9797e90d # frozen: 19.10b0
|
|
hooks:
|
|
- id: black
|
|
args: ["--target-version", "py35"]
|
|
# Only .py files, until https://github.com/psf/black/issues/402 resolved
|
|
files: \.py$
|
|
types: []
|
|
|
|
- repo: https://github.com/timothycrosley/isort
|
|
rev: 9ae09866e278fbc6ec0383ccb16b5c84e78e6e4d # frozen: 5.3.2
|
|
hooks:
|
|
- id: isort
|
|
|
|
- repo: https://github.com/asottile/yesqa
|
|
rev: 7a009f3ee493c796827ee334f9058b110a0e0db8 # frozen: v1.2.1
|
|
hooks:
|
|
- id: yesqa
|
|
|
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
|
rev: f30f4974a08a6b2f6a1eeaf30a4d501cf909163a # frozen: v1.1.9
|
|
hooks:
|
|
- id: remove-tabs
|
|
exclude: (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.opt$)
|
|
|
|
- repo: https://gitlab.com/pycqa/flake8
|
|
rev: 05f6544aef321e2fee03a1277ce2eef8880fb927 # frozen: 3.8.3
|
|
hooks:
|
|
- id: flake8
|
|
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
|
|
|
|
- repo: https://github.com/pre-commit/pygrep-hooks
|
|
rev: 20b9ac745c5adaab12b845b3564c773dcc051d0e # frozen: v1.5.2
|
|
hooks:
|
|
- id: python-check-blanket-noqa
|
|
- id: rst-backticks
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: e1668fe86af3810fbca72b8653fe478e66a0afdc # frozen: v3.2.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: check-yaml
|