mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
introduce pyupgrade, run it in python2-compatible mode
This commit is contained in:
parent
1d5dd156ab
commit
55f29c636f
7 changed files with 14 additions and 7 deletions
|
|
@ -13,6 +13,10 @@ repos:
|
|||
- id: black
|
||||
args: [--line-length=78]
|
||||
files: ^src/
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.11.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v0.720
|
||||
hooks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue