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 29, 2023
1 parent d800ad9 commit eef6488
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 @@ -28,7 +28,7 @@ repos:
rev: v1.10.0
hooks:
- id: rst-inline-touching-normal
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
hooks:
- id: black
Expand All @@ -53,14 +53,14 @@ repos:
args: [ '--py38-plus' ]
additional_dependencies: [ 'pyupgrade==3.14.0' ]
- id: nbqa-black
additional_dependencies: [ 'black==23.11.0' ]
additional_dependencies: [ 'black==23.12.1' ]
- id: nbqa-isort
additional_dependencies: [ 'isort==5.12.0' ]
- repo: https://github.com/keewis/blackdoc
rev: v0.3.9
hooks:
- id: blackdoc
additional_dependencies: [ 'black==23.11.0' ]
additional_dependencies: [ 'black==23.12.1' ]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
hooks:
Expand Down

0 comments on commit eef6488

Please sign in to comment.