themes: rename macos theme keys for consistency
[git-cola.git] / .pre-commit-config.yaml
blobc9bbde329e7279c81eb067a068b01477769449f8
1 # Run `pre-commit autoupdate` to update tool versions.
3 exclude: qtpy/|test/fixtures/|\.rtf$|PkgInfo$
5 repos:
6   - repo: https://github.com/pre-commit/pre-commit-hooks.git
7     rev: v4.4.0
8     hooks:
9       - id: end-of-file-fixer
10       - id: trailing-whitespace
12   - repo: https://github.com/asottile/pyupgrade
13     rev: v3.10.1
14     hooks:
15       - id: pyupgrade
16         name: Enforce Python 3.6 idioms
17         args:
18           - --py36-plus
20   - repo: https://github.com/jsh9/cercis
21     rev: 0.2.1
22     hooks:
23       - id: cercis
24         args:
25           - --line-length=88
26           - --function-definition-extra-indent=False