Skip to content

Commit

Permalink
Merge pull request #283 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 6, 2023
2 parents d841b55 + 3a4ca8e commit 8792880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ repos:
- id: pydocstyle
args: [ '--config=setup.cfg' ]
- 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' ]
exclude: config.py
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
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.0' ]
additional_dependencies: [ 'black==23.10.1' ]
- id: nbqa-isort
args: [ "--settings-file=setup.cfg" ]
additional_dependencies: [ 'isort==5.12.0' ]
Expand Down

0 comments on commit 8792880

Please sign in to comment.