misc: add pyugrade files/notes (#61865)

This commit is contained in:
Valentin Deniaud 2022-09-29 15:27:00 +02:00
parent 989fb52719
commit 3714d46bef
3 changed files with 12 additions and 1 deletions

View File

@ -4,3 +4,5 @@
06db6d8767c2f032beced88f3f374c7630a152d1
# misc: apply black 22.1.0
d2c0be039649febded68d9d04f745cd18b2b2e03
# misc: apply pyupgrade (#61865)
989fb5271967e8e87fd57837dd6d8cfe932e7ebe

View File

@ -1,6 +1,11 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.20.0
hooks:
- id: pyupgrade
args: ['--keep-percent-format', '--py37-plus']
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:

6
README
View File

@ -66,7 +66,11 @@ isort is used to format the imports, using those parameters:
isort --profile black --line-length 110
There is .pre-commit-config.yaml to use pre-commit to automatically run black
pyupgrade is used to automatically upgrade syntax, using those parameters:
pyupgrade --keep-percent-format --py37-plus
There is .pre-commit-config.yaml to use pre-commit to automatically run these tools
before commits. (execute `pre-commit install` to install the git hook.)
The .git-blame-ignore-revs file could be used to hide the related