Skip to content

Commit

Permalink
Merge branch 'master' into fix-for-jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Apr 4, 2023
2 parents d2b078f + 719a740 commit 7e2f7f1
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 @@ -16,7 +16,7 @@ repos:
exclude: .ipynb|.po|.xml
- id: debug-statements
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand All @@ -25,11 +25,11 @@ repos:
- id: isort
args: [ '--profile=black' ]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.1
rev: 1.7.0
hooks:
- id: nbqa-black
args: [ '--target-version=py37' ]
additional_dependencies: [ black==23.1.0 ]
additional_dependencies: [ black==23.3.0 ]
- id: nbqa-pyupgrade
args: [ '--py37-plus' ]
additional_dependencies: [ pyupgrade==v3.3.1 ]
Expand Down

0 comments on commit 7e2f7f1

Please sign in to comment.