Skip to content

Commit

Permalink
Merge pull request lsst-sqre#3944 from lsst-sqre/u/rra/dependencies
Browse files Browse the repository at this point in the history
Update Python and pre-commit dependencies
  • Loading branch information
rra authored Dec 2, 2024
2 parents 904d440 + f405684 commit 8b697e5
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 140 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- -c=.yamllint.yml

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.30.0
hooks:
- id: check-jsonschema
files: ^applications/.*/secrets(-[^./-]+)?\.yaml
Expand Down Expand Up @@ -46,7 +46,7 @@ repos:
- --template-files=../helm-docs.md.gotmpl

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
Loading

0 comments on commit 8b697e5

Please sign in to comment.