diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1aa909f..95cb4af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -24,7 +24,7 @@ repos: - id: check-yaml - id: detect-private-key - repo: https://github.com/rhysd/actionlint - rev: v1.6.26 + rev: v1.7.3 hooks: - id: actionlint # - repo: https://github.com/asottile/reorder_python_imports @@ -36,12 +36,12 @@ repos: hooks: - id: setup-cfg-fmt - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort (python) - repo: https://github.com/pycqa/pylint - rev: v3.0.1 + rev: v3.3.1 hooks: - id: pylint # - repo: https://github.com/pre-commit/mirrors-mypy @@ -50,6 +50,6 @@ repos: # - id: mypy # additional_dependencies: [types-all] - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.6 + rev: v0.10.0.1 hooks: - id: shellcheck