diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8293d93..fea5305 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: args: [--whitespaces-count, '2'] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell @@ -66,13 +66,13 @@ repos: args: [--mapping, '2', --sequence, '2', --offset, '0', --width, '250'] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.6.0 + rev: 3.6.1 hooks: - id: editorconfig-checker name: check .editorconfig rules - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell @@ -85,7 +85,7 @@ repos: args: [--config=.cmake-linter.yml] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.36.2 + rev: 0.37.1 hooks: - id: check-github-workflows