diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b304805..36cd30c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,7 @@ +ci: + autoupdate_commit_msg: "MAINT: update pre-commit config file" + autoupdate_schedule: quarterly + repos: - repo: meta hooks: @@ -14,13 +18,6 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - - repo: https://github.com/psf/black - rev: 23.9.1 - hooks: - - id: black-jupyter - args: [--line-length=85] - types_or: [jupyter] - - repo: https://github.com/ComPWA/repo-maintenance rev: 0.1.0 hooks: @@ -44,6 +41,13 @@ repos: - id: nbqa-pyupgrade args: [--py37-plus] + - repo: https://github.com/psf/black + rev: 23.9.1 + hooks: + - id: black-jupyter + args: [--line-length=85] + types_or: [jupyter] + - repo: https://github.com/editorconfig-checker/editorconfig-checker.python rev: 2.7.2 hooks: