File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2121repos :
2222 # Autoformat: Python code, syntax patterns are modernized
2323 - repo : https://github.com/asottile/pyupgrade
24- rev : v3.21.0
24+ rev : v3.21.2
2525 hooks :
2626 - id : pyupgrade
2727 args :
2828 - --py38-plus
2929
3030 # Autoformat: Python code
3131 - repo : https://github.com/psf/black-pre-commit-mirror
32- rev : 25.9 .0
32+ rev : 25.11 .0
3333 hooks :
3434 - id : black
3535 args :
4949
5050 # Autoformat: Bash scripts
5151 - repo : https://github.com/lovesegfault/beautysh
52- rev : v6.4.1
52+ rev : v6.4.2
5353 hooks :
5454 - id : beautysh
5555 additional_dependencies :
6161
6262 # Autoformat: markdown, yaml (but not helm templates)
6363 - repo : https://github.com/rbubley/mirrors-prettier
64- rev : v3.6.2
64+ rev : v3.7.3
6565 hooks :
6666 - id : prettier
6767
Original file line number Diff line number Diff line change 44 indent-sequences : whatever # Default true (*)
55 line-length : disable # Default: { max: 80, ... }
66
7+
78# (*) toYaml's emitted sequences/lists will have no indentation and we have no
89# control over it, so we compromise by setting "whatever".
You can’t perform that action at this time.
0 commit comments