lookyloo/.pre-commit-config.yaml

17 lines
486 B
YAML
Raw Normal View History

2022-03-31 11:30:53 +02:00
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
exclude: "user_agents|website/web/sri.txt"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
2022-03-31 11:30:53 +02:00
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade
2024-09-17 13:06:53 +02:00
rev: v3.17.0
2022-03-31 11:30:53 +02:00
hooks:
- id: pyupgrade
args: [--py38-plus]