Skip to content

Commit

Permalink
Merge pull request #2307 from lsst-sqre/u/neophile
Browse files Browse the repository at this point in the history
[neophile] Update dependencies
  • Loading branch information
neophile-square[bot] authored Jul 13, 2023
2 parents 683cc38 + 9a065ab commit d98bb4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Dependency Update

"on":
schedule:
- cron: "0 12 * * 1"
workflow_dispatch: {}

jobs:
Expand Down
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ repos:
- id: check-toml

- repo: https://github.com/adrienverge/yamllint
rev: v1.30.0
rev: v1.32.0
hooks:
- id: yamllint
args:
- "-c=.yamllint.yml"
- -c=.yamllint.yml

- repo: https://github.com/norwoodj/helm-docs
rev: v1.11.0
hooks:
- id: helm-docs
args:
- "--chart-search-root=."
- --chart-search-root=.
# The `./` makes it relative to the chart-search-root set above
- "--template-files=./helm-docs.md.gotmpl"
- --template-files=./helm-docs.md.gotmpl

- repo: https://github.com/pycqa/isort
rev: 5.12.0
Expand All @@ -29,15 +29,15 @@ repos:
- toml

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.7.0
hooks:
- id: black

- repo: https://github.com/adamchainz/blacken-docs
rev: 1.13.0
rev: 1.15.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.1.0]
additional_dependencies: [black==23.7.0]

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
Expand Down

0 comments on commit d98bb4b

Please sign in to comment.