libsass-python/.pre-commit-config.yaml

36 lines
948 B
YAML
Raw Normal View History

2022-10-11 11:05:16 +08:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2024-05-07 09:43:48 +08:00
rev: v4.3.0
2022-10-11 11:05:16 +08:00
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
2024-05-07 09:43:48 +08:00
- id: double-quote-string-fixer
- id: name-tests-test
- id: requirements-txt-fixer
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.5
2022-10-11 11:05:16 +08:00
hooks:
2024-05-07 09:43:48 +08:00
- id: reorder-python-imports
args: [--py36-plus]
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.3.0
hooks:
- id: add-trailing-comma
args: [--py36-plus]
2022-10-11 11:05:16 +08:00
- repo: https://github.com/asottile/pyupgrade
2024-05-07 09:43:48 +08:00
rev: v3.1.0
2022-10-11 11:05:16 +08:00
hooks:
- id: pyupgrade
2024-05-07 09:43:48 +08:00
args: [--py36-plus]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.7.0
2022-10-11 11:05:16 +08:00
hooks:
2024-05-07 09:43:48 +08:00
- id: autopep8
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
exclude: ^docs/conf.py