diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6598595..a0b58a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,20 +10,20 @@ repos: args: [--fix=lf] - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell name: Fixing common spelling mistakes args: - --write-changes - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.49.0 + rev: v0.49.1 hooks: - id: markdownlint name: Fixing markdown linting errors args: [--disable, MD013, --fix] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.3 + rev: 0.37.4 hooks: - id: check-github-workflows name: Check GitHub Workflow configuration