File tree Expand file tree Collapse file tree 3 files changed +100
-100
lines changed
{{cookiecutter.project_name|replace(" ", "")}} Expand file tree Collapse file tree 3 files changed +100
-100
lines changed Original file line number Diff line number Diff line change 22exclude : ' ^{{cookiecutter\.project_name\|replace\(" ", ""\)}}/.*'
33repos :
44 - repo : https://github.com/astral-sh/ruff-pre-commit
5- rev : 0acff885bcb16381b67930fefb91e460202f172c # frozen: v0.12.10
5+ rev : 13a6bda8ea7612b3aec844ded16569d424b9a1ab # frozen: v0.13.0
66 hooks :
77 - id : ruff-check
88 types_or : [ python, pyi, jupyter ]
2424 - id : end-of-file-fixer
2525 - id : trailing-whitespace
2626 - repo : https://github.com/lycheeverse/lychee
27- rev : cef607cddb6279091869bcbb8fb4b906fd4c046c # frozen: nightly
27+ rev : f7c7cd507f7d2d629e455ae4ffe664385c897c9c # frozen: nightly
2828 hooks :
2929 - id : lychee-docker
3030 # Keep all other configs in the config file
4040 - id : shellcheck
4141 args : [ -x, --source-path=SCRIPTDIR ]
4242 - repo : https://github.com/trufflesecurity/trufflehog
43- rev : 0f58ae7c5036094a1e3e750d18772af92821b503 # frozen: v3.90.5
43+ rev : 18c7b1fc33e6c16b27ea66ff27cc7e642fb7cd0a # frozen: v3.90.6
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
You can’t perform that action at this time.
0 commit comments