File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ fail_fast: true
33repos :
44 # checks for secrets via rules (gitleaks.toml)
55 - repo : https://github.com/zricethezav/gitleaks
6- rev : v8.15.0
6+ rev : v8.15.3
77 hooks :
88 - id : gitleaks
99 - repo : https://github.com/ambv/black
10- rev : 22.10 .0
10+ rev : 23.1 .0
1111 hooks :
1212 - id : black
13- - repo : https://gitlab .com/pycqa /flake8
14- rev : 3.9.2
13+ - repo : https://github .com/PyCQA /flake8
14+ rev : 6.0.0
1515 hooks :
1616 - id : flake8
1717 - repo : https://github.com/pre-commit/pre-commit-hooks
18- rev : v4.3 .0
18+ rev : v4.4 .0
1919 hooks :
2020 - id : check-yaml
2121 - id : check-added-large-files
Original file line number Diff line number Diff line change @@ -52,3 +52,7 @@ export-reqs: update-deps
5252# [git] update git submodules
5353sub :
5454 git submodule update --init --recursive && git pull --recurse-submodules
55+
56+ # [git] update pre-commit hooks
57+ pre-commit :
58+ pre-commit autoupdate
You can’t perform that action at this time.
0 commit comments