mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Add pyupgrade as a pre-commit hook
This commit is contained in:
parent
a910e9f446
commit
48aa4912a2
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@ repos:
|
|||
hooks:
|
||||
- id: isort
|
||||
name: isort (python)
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.23.3
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py37-plus]
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: "v0.910"
|
||||
hooks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue