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 23, 2023
1 parent ea0ab1e commit c91cb97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repos:
rev: v0.3.8
hooks:
- id: blackdoc
additional_dependencies: [ 'black==23.9.1' ]
additional_dependencies: [ 'black==23.10.0' ]
exclude: config.py
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
Expand All @@ -65,10 +65,13 @@ repos:
hooks:
- id: nbqa-pyupgrade
args: [ '--py39-plus' ]
additional_dependencies: [ 'pyupgrade==3.15.0' ]
- id: nbqa-black
args: [ '--target-version=py39' ]
additional_dependencies: [ 'black==23.10.0' ]
- id: nbqa-isort
args: [ "--settings-file=setup.cfg" ]
additional_dependencies: [ 'isort==5.12.0' ]
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
hooks:
Expand Down

0 comments on commit c91cb97

Please sign in to comment.