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 Nov 13, 2023
1 parent a453520 commit 76d4f6f
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 @@ -53,7 +53,7 @@ repos:
rev: v0.3.9
hooks:
- id: blackdoc
additional_dependencies: [ 'black==23.10.1' ]
additional_dependencies: [ 'black==23.11.0' ]
exclude: config.py
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
Expand All @@ -68,7 +68,7 @@ repos:
additional_dependencies: [ 'pyupgrade==3.15.0' ]
- id: nbqa-black
args: [ '--target-version=py39' ]
additional_dependencies: [ 'black==23.10.1' ]
additional_dependencies: [ 'black==23.11.0' ]
- id: nbqa-isort
args: [ "--settings-file=setup.cfg" ]
additional_dependencies: [ 'isort==5.12.0' ]
Expand Down Expand Up @@ -101,6 +101,6 @@ ci:
autofix_prs: true
autoupdate_branch: ''
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: weekly
autoupdate_schedule: quarterly
skip: []
submodules: false

0 comments on commit 76d4f6f

Please sign in to comment.