Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Dec 4, 2023
1 parent 80f775c commit 5ad4e2d
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 @@ -30,7 +30,7 @@ repos:
hooks:
- id: python-check-blanket-noqa
- id: rst-inline-touching-normal
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
hooks:
- id: black
Expand All @@ -48,9 +48,9 @@ repos:
hooks:
- id: nbqa-pyupgrade
args: [ '--py38-plus' ]
additional_dependencies: [ 'pyupgrade==v3.14.0' ]
additional_dependencies: [ 'pyupgrade==v3.15.0' ]
- id: nbqa-black
additional_dependencies: [ 'black==23.9.1' ]
additional_dependencies: [ 'black==23.11.0' ]
- id: nbqa-isort
additional_dependencies: [ 'isort==5.12.0' ]
- repo: https://github.com/pycqa/pydocstyle
Expand All @@ -62,7 +62,7 @@ repos:
rev: v0.3.9
hooks:
- id: blackdoc
additional_dependencies: [ 'black==23.9.1' ]
additional_dependencies: [ 'black==23.11.0' ]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
hooks:
Expand Down

0 comments on commit 5ad4e2d

Please sign in to comment.