File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
{{cookiecutter.project_name|replace(" ", "")}} Expand file tree Collapse file tree 3 files changed +14
-14
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 : 3d44372123ca5e8617fdb65d9f11facd159b9e95 # frozen: v0.12.3
5+ rev : 6c5418a077bd954e7078087a655421b85772095b # frozen: v0.12.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 : 696a7cafc842c2c7728a3808b5ac5666bb3b652c # frozen: nightly
27+ rev : e743ea3f5f02cd989452229f51b2b0c139037ff9 # 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 : eafb8c5f6a06175141c27f17bcc17941853d0047 # frozen: v3.90.0
43+ rev : 907ac64fd42b18dab2ceba2fda39834d3f8ba7e3 # frozen: v3.90.1
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 : 754ed0bfd80163c4150d09bea04762e9d764e7ec # frozen: v9.1.1
53+ rev : 3749de0c02b93bbbe0eae9d7d72da1ecf3c7a2e0 # frozen: v9.2.0
5454 hooks :
5555 - id : cspell
5656 types : [markdown]
Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/astral-sh/ruff-pre-commit
4- rev : 3d44372123ca5e8617fdb65d9f11facd159b9e95 # frozen: v0.12.3
4+ rev : 6c5418a077bd954e7078087a655421b85772095b # frozen: v0.12.4
55 hooks :
66 - id : ruff-check
77 types_or : [ python, pyi, jupyter ]
2323 - id : end-of-file-fixer
2424 - id : trailing-whitespace
2525 - repo : https://github.com/lycheeverse/lychee
26- rev : 696a7cafc842c2c7728a3808b5ac5666bb3b652c # frozen: nightly
26+ rev : e743ea3f5f02cd989452229f51b2b0c139037ff9 # frozen: nightly
2727 hooks :
2828 - id : lychee-docker
2929 # Keep all other configs in the config file
3939 - id : shellcheck
4040 args : [ -x, --source-path=SCRIPTDIR ]
4141 - repo : https://github.com/trufflesecurity/trufflehog
42- rev : eafb8c5f6a06175141c27f17bcc17941853d0047 # frozen: v3.90.0
42+ rev : 907ac64fd42b18dab2ceba2fda39834d3f8ba7e3 # frozen: v3.90.1
4343 hooks :
4444 - id : trufflehog
4545 # 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
4949 hooks :
5050 - id : openapi-spec-validator
5151 - repo : https://github.com/streetsidesoftware/cspell-cli
52- rev : 754ed0bfd80163c4150d09bea04762e9d764e7ec # frozen: v9.1.1
52+ rev : 3749de0c02b93bbbe0eae9d7d72da1ecf3c7a2e0 # frozen: v9.2.0
5353 hooks :
5454 - id : cspell
5555 types : [markdown]
You can’t perform that action at this time.
0 commit comments