diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e009e439..c167ad1f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: hooks: - id: toml-sort-fix - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black exclude: ^docs/ @@ -52,7 +52,7 @@ repos: args: [ '--py38-plus' ] additional_dependencies: [ 'pyupgrade==3.15.0' ] - id: nbqa-black - additional_dependencies: [ 'black==23.10.1' ] + additional_dependencies: [ 'black==23.11.0' ] - id: nbqa-isort additional_dependencies: [ 'isort==5.12.0' ] - repo: https://github.com/pycqa/pydocstyle @@ -64,9 +64,9 @@ repos: rev: v0.3.9 hooks: - id: blackdoc - additional_dependencies: [ 'black==23.10.1' ] + additional_dependencies: [ 'black==23.11.0' ] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.32.0 + rev: v1.33.0 hooks: - id: yamllint args: [ '--config-file=.yamllint.yaml' ] @@ -88,6 +88,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