diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0210aa9..795162f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,8 @@ +# See https://pre-commit.com for more information +# See https://pre-commit.ci for more information ci: - # Attempts to use networking and fails at name resolution - skip: [bundler-audit] + # This project is not active enough to justify weekly autoupdates. + autoupdate_schedule: quarterly repos: - repo: https://github.com/pre-commit/pre-commit-hooks @@ -24,26 +26,19 @@ repos: args: [--update-only] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.23.0 + rev: 0.23.2 hooks: - id: check-dependabot - id: check-github-actions - id: check-github-workflows - id: check-gitlab-ci - - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 3.0.0 - hooks: - - id: bundler-audit - # https://github.com/jumanjihouse/pre-commit-hooks/issues/111 - #- id: check-mailmap - - repo: https://github.com/pre-commit/mirrors-prettier rev: "v3.0.0-alpha.9-for-vscode" hooks: - id: prettier - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "2.7.1" + rev: "2.7.2" hooks: - id: editorconfig-checker alias: ec