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 Oct 3, 2023
1 parent a6b9f6b commit 1646321
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 @@ -47,10 +47,10 @@ repos:
hooks:
- id: nbqa-black
args: [ '--target-version=py38' ]
additional_dependencies: [ 'black==23.3.0' ]
additional_dependencies: [ 'black==23.9.1' ]
- id: nbqa-pyupgrade
args: [ '--py38-plus' ]
additional_dependencies: [ 'pyupgrade==3.3.1' ]
additional_dependencies: [ 'pyupgrade==3.14.0' ]
- id: nbqa-isort
args: [ '--settings-file=setup.cfg' ]
additional_dependencies: [ 'isort==5.12.0' ]
Expand All @@ -69,7 +69,7 @@ repos:
rev: v0.3.8
hooks:
- id: blackdoc
additional_dependencies: [ 'black==23.3.0' ]
additional_dependencies: [ 'black==23.9.1' ]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
hooks:
Expand Down

0 comments on commit 1646321

Please sign in to comment.