Skip to content

Commit

Permalink
Merge pull request #3780 from lsst-sqre/u/rra/upgrades
Browse files Browse the repository at this point in the history
Update pre-commit and Python dependencies
  • Loading branch information
rra authored Oct 15, 2024
2 parents fd86768 + 21b7b2c commit 892d594
Show file tree
Hide file tree
Showing 4 changed files with 528 additions and 497 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.3
rev: 0.29.4
hooks:
- id: check-jsonschema
files: ^applications/.*/secrets(-[^./-]+)?\.yaml
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
- id: ruff-format

- repo: https://github.com/adamchainz/blacken-docs
rev: 1.18.0
rev: 1.19.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.7.0]
Loading

0 comments on commit 892d594

Please sign in to comment.