Skip to content

Commit

Permalink
Merge pull request #324 from CSHS-CWRA/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 6, 2023
2 parents 73634eb + 1864e9d commit 7987518
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
args: [ '--py38-plus' ]
additional_dependencies: [ 'pyupgrade==3.15.0' ]
- id: nbqa-black
additional_dependencies: [ 'black==23.10.0' ]
additional_dependencies: [ 'black==23.10.1' ]
- id: nbqa-isort
additional_dependencies: [ 'isort==5.12.0' ]
- repo: https://github.com/pycqa/pydocstyle
Expand All @@ -61,17 +61,17 @@ repos:
- id: pydocstyle
args: [ '--convention=numpy', '--match="(?!test_).*\.py"' ]
- repo: https://github.com/keewis/blackdoc
rev: v0.3.8
rev: v0.3.9
hooks:
- id: blackdoc
additional_dependencies: [ 'black==23.10.0' ]
additional_dependencies: [ 'black==23.10.1' ]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
hooks:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
rev: 0.27.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down

0 comments on commit 7987518

Please sign in to comment.