22exclude : ' ^{{cookiecutter\.project_name\|replace\(" ", ""\)}}/.*'
33repos :
44 - repo : https://github.com/astral-sh/ruff-pre-commit
5- rev : 6c5418a077bd954e7078087a655421b85772095b # frozen: v0.12.4
5+ rev : 455f64b32459518aa82ec33b63f799ed048d65a9 # frozen: v0.12.8
66 hooks :
77 - id : ruff-check
88 types_or : [ python, pyi, jupyter ]
99 args : [ --fix ]
1010 - id : ruff-format
1111 types_or : [ python, pyi, jupyter ]
1212 - repo : https://github.com/pre-commit/pre-commit-hooks
13- rev : cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5 .0.0
13+ rev : 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6 .0.0
1414 hooks :
1515 - id : check-case-conflict
1616 - id : check-executables-have-shebangs
2424 - id : end-of-file-fixer
2525 - id : trailing-whitespace
2626 - repo : https://github.com/lycheeverse/lychee
27- rev : e743ea3f5f02cd989452229f51b2b0c139037ff9 # frozen: nightly
27+ rev : 73dff8f56fae16b5ac47e3e2eac1bbb15cd52332 # frozen: nightly
2828 hooks :
2929 - id : lychee-docker
3030 # Keep all other configs in the config file
@@ -35,12 +35,12 @@ repos:
3535 hooks :
3636 - id : actionlint-docker
3737 - repo : https://github.com/koalaman/shellcheck-precommit
38- rev : 2491238703a5d3415bb2b7ff11388bf775372f29 # frozen: v0.10 .0
38+ rev : 99470f5e12208ff0fb17ab81c3c494f7620a1d8d # frozen: v0.11 .0
3939 hooks :
4040 - id : shellcheck
4141 args : [ -x, --source-path=SCRIPTDIR ]
4242 - repo : https://github.com/trufflesecurity/trufflehog
43- rev : 907ac64fd42b18dab2ceba2fda39834d3f8ba7e3 # frozen: v3.90.1
43+ rev : ed6d045b46642d0d94a60bdf9b1246aefbcf3d35 # frozen: v3.90.3
4444 hooks :
4545 - id : trufflehog
4646 # Check the past 2 commits; it's useful to make this go further back than main when running this where main and HEAD are equal
0 commit comments