2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-24 15:48:34 +00:00

Merge branch 'main' into beautify

This commit is contained in:
Lev Vereshchagin 2022-02-08 12:20:37 +03:00
commit af1621c750

View File

@ -8,13 +8,13 @@ repos:
- id: end-of-file-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v2.31.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
@ -44,7 +44,7 @@ repos:
types: [shell]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.2
rev: v0.8.0.4
hooks:
- id: shellcheck
args: [-x]