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 Jul 2, 2024
1 parent c5b4c67 commit ae3fa00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ repos:
hooks:
- id: nbqa-pyupgrade
args: [ '--py39-plus' ]
additional_dependencies: [ 'pyupgrade==v3.15.2' ]
additional_dependencies: [ 'pyupgrade==v3.16.0' ]
- id: nbqa-black
args: [ '--target-version=py39' ]
additional_dependencies: [ 'black==24.4.0' ]
additional_dependencies: [ 'black==24.4.2' ]
- id: nbqa-isort
args: [ '--profile=black' ]
additional_dependencies: [ 'isort==5.13.2' ]
Expand Down

0 comments on commit ae3fa00

Please sign in to comment.