diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9bb4ef..a3b0382 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,25 +10,25 @@ repos: args: [--fix=lf] - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell name: Fixing common spelling mistakes args: - --write-changes - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.47.0 + rev: v0.48.0 hooks: - id: markdownlint name: Fixing markdown linting errors args: [--disable, MD013, --fix] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.0 + rev: 0.37.0 hooks: - id: check-github-workflows name: Check GitHub Workflow configuration - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.6.0 + rev: 3.6.1 hooks: - id: editorconfig-checker - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks