Skip to content

Commit

Permalink
Merge pull request #285 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 Nov 16, 2023
2 parents fbe82d7 + b6c9e64 commit d76c839
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
hooks:
- id: rst-inline-touching-normal
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
exclude: ^docs/
Expand All @@ -53,10 +53,10 @@ repos:
rev: v0.3.9
hooks:
- id: blackdoc
additional_dependencies: [ 'black==23.10.1' ]
additional_dependencies: [ 'black==23.11.0' ]
exclude: config.py
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
Expand All @@ -68,7 +68,7 @@ repos:
additional_dependencies: [ 'pyupgrade==3.15.0' ]
- id: nbqa-black
args: [ '--target-version=py39' ]
additional_dependencies: [ 'black==23.10.1' ]
additional_dependencies: [ 'black==23.11.0' ]
- id: nbqa-isort
args: [ "--settings-file=setup.cfg" ]
additional_dependencies: [ 'isort==5.12.0' ]
Expand Down Expand Up @@ -101,6 +101,6 @@ ci:
autofix_prs: true
autoupdate_branch: ''
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: weekly
autoupdate_schedule: quarterly
skip: []
submodules: false

0 comments on commit d76c839

Please sign in to comment.