chore: upgrade pre-commit hooks (#1731)
This commit is contained in:
parent
7734eea757
commit
cd63285c71
|
@ -29,20 +29,20 @@ repos:
|
||||||
exclude: ^(api.*)$
|
exclude: ^(api.*)$
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: v2.5.1
|
rev: v2.6.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
files: \.(md|mdx|yml|yaml|js|jsx|ts|tsx|json|css)$
|
files: \.(md|mdx|yml|yaml|js|jsx|ts|tsx|json|css)$
|
||||||
exclude: ^legacy/public
|
exclude: ^legacy/public
|
||||||
|
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v2.31.0
|
rev: v2.31.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py3-plus, --py36-plus]
|
args: [--py3-plus, --py36-plus]
|
||||||
|
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 22.1.0
|
rev: 22.3.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue