File tree Expand file tree Collapse file tree 3 files changed +181
-160
lines changed
{{cookiecutter.project_name|replace(" ", "")}} Expand file tree Collapse file tree 3 files changed +181
-160
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 : 3db93a2be6f214ed722bf7bce095ec1b1715422a # frozen: v0.14.2
5+ rev : 740a8f85dd054f284b506c33d50b4b1f0d7d20d1 # frozen: v0.14.4
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 : 8011ef0eb467264fadc1f5e822191c49f98a911a # 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 : ad6fc8fb446b8fafbf7ea8193d2d6bfd42f45690 # frozen: v3.90.11
43+ rev : f15cb8b37b9b70056bc82a8eb7151f75fad27a71 # frozen: v3.90.13
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
5050 hooks :
5151 - id : openapi-spec-validator
5252 - repo : https://github.com/streetsidesoftware/cspell-cli
53- rev : 3749de0c02b93bbbe0eae9d7d72da1ecf3c7a2e0 # frozen: v9.2.0
53+ rev : 70665613efaf8b87136b50dc1a10daa2ac3e30e2 # frozen: v9.2.1
5454 hooks :
5555 - id : cspell
5656 types : [markdown]
You can’t perform that action at this time.
0 commit comments