Skip to content

Commit

Permalink
Merge pull request #152 from Ouranosinc/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Zeitsperre authored Oct 3, 2023
2 parents e49b938 + 30d8c7f commit 8af9dcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.14.0
hooks:
- id: pyupgrade
args: [ '--py37-plus' ]
Expand All @@ -21,6 +21,7 @@ repos:
- id: debug-statements
- id: pretty-format-json
args: [ '--autofix', '--no-ensure-ascii' ]
# exclude: .ipynb
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
hooks:
Expand Down Expand Up @@ -66,7 +67,7 @@ repos:
- id: detect-secrets
args: [ '--baseline=.secrets.baseline' ]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.3
rev: 0.27.0
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down

0 comments on commit 8af9dcd

Please sign in to comment.