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 4, 2023
1 parent 82525ed commit c48bb4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
hooks:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
hooks:
- id: black
Expand All @@ -47,7 +47,7 @@ repos:
hooks:
- id: nbqa-black
args: [ '--target-version=py38' ]
additional_dependencies: [ 'black==23.10.1' ]
additional_dependencies: [ 'black==23.11.0' ]
- id: nbqa-pyupgrade
args: [ '--py38-plus' ]
additional_dependencies: [ 'pyupgrade==3.15.0' ]
Expand All @@ -69,7 +69,7 @@ repos:
rev: v0.3.9
hooks:
- id: blackdoc
additional_dependencies: [ 'black==23.10.1' ]
additional_dependencies: [ 'black==23.11.0' ]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.2
hooks:
Expand All @@ -87,6 +87,6 @@ ci:
autofix_prs: true
autoupdate_branch: ''
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: monthly
autoupdate_schedule: quarterly
skip: [ nbstripout ]
submodules: false

0 comments on commit c48bb4e

Please sign in to comment.