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

27 lines
657 B
YAML
Raw Permalink Normal View History

2021-11-03 18:27:47 +01:00
exclude: ^(.github|.changes|docs/|boto3/compat.py|boto3/data|CHANGELOG.rst)
repos:
2022-05-26 01:13:54 +02:00
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
2022-12-12 18:00:59 +01:00
rev: v4.3.0
2021-11-03 18:27:47 +01:00
hooks:
2022-05-26 01:13:54 +02:00
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: 'https://github.com/asottile/pyupgrade'
2022-12-12 18:00:59 +01:00
rev: v2.34.0
2021-11-03 18:27:47 +01:00
hooks:
2022-05-26 01:13:54 +02:00
- id: pyupgrade
args:
- '--py36-plus'
- repo: 'https://github.com/PyCQA/isort'
rev: 5.10.1
hooks:
- id: isort
- repo: 'https://github.com/psf/black'
rev: 22.3.0
hooks:
- id: black
- repo: 'https://github.com/pycqa/flake8'
rev: 4.0.1
hooks:
- id: flake8