doxy/.pre-commit-config.yaml

14 lines
338 B
YAML
Raw Normal View History

2023-01-10 15:46:17 +01:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2023-12-03 15:56:48 +01:00
rev: v4.5.0
2023-01-10 15:46:17 +01:00
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-toml
- id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade
2023-12-03 15:56:48 +01:00
rev: v3.15.0
2023-01-10 15:46:17 +01:00
hooks:
- id: pyupgrade
args: [--py38-plus]