File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 33---
44# See https://pre-commit.com for more information
55# See https://pre-commit.com/hooks.html for more hooks
6- default_stages : [commit, push]
6+ default_stages : [pre- commit, pre- push]
77default_language_version :
88 # force all unspecified Python hooks to run python3
99 python : python3
1010minimum_pre_commit_version : ' 1.20.0'
1111repos :
1212 - repo : https://github.com/peterdemin/pip-compile-multi
13- rev : v2.4.1
13+ rev : v3.2.2
1414 hooks :
1515 - id : pip-compile-multi-verify
1616
1717 - repo : https://github.com/lovesegfault/beautysh
18- rev : v6.1.0
18+ rev : v6.2.1
1919 hooks :
2020 - id : beautysh
2121 args : [-i, '2']
2222
2323 - repo : https://github.com/pre-commit/pygrep-hooks
24- rev : v1.9 .0
24+ rev : v1.10 .0
2525 hooks :
2626 - id : python-use-type-annotations
2727
2828 - repo : https://github.com/PyCQA/isort
29- rev : 5.8 .0
29+ rev : 6.1 .0
3030 hooks :
3131 - id : isort
3232 args : [--profile=black, -l=99]
3737 - id : check-hooks-apply
3838
3939 - repo : https://github.com/pre-commit/pre-commit-hooks
40- rev : v3.4 .0
40+ rev : v6.0 .0
4141 hooks :
4242 - id : check-added-large-files
4343 - id : check-case-conflict
@@ -58,13 +58,13 @@ repos:
5858 # - id: remove-tabs
5959
6060 - repo : https://github.com/jumanjihouse/pre-commit-hooks
61- rev : 2.1.5
61+ rev : 3.0.0
6262 hooks :
6363 - id : shellcheck
6464 # - id: shfmt
6565
6666 - repo : https://github.com/codespell-project/codespell
67- rev : v2.0.0
67+ rev : v2.4.1
6868 hooks :
6969 - id : codespell
7070 name : Run codespell
You can’t perform that action at this time.
0 commit comments