diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46f94a9..11b8b86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,11 +4,11 @@ repos: - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 hooks: - id: pyupgrade - repo: https://github.com/pre-commit/mirrors-prettier @@ -16,7 +16,7 @@ repos: hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-ast @@ -38,13 +38,13 @@ repos: - --max-line-length=100 - --per-file-ignores=files/packit.wsgi:F401,E402 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.10.0 hooks: - id: mypy args: [--ignore-missing-imports] additional_dependencies: [types-pkg_resources] - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.6 + rev: v0.10.0.1 hooks: - id: shellcheck - repo: https://github.com/packit/pre-commit-hooks @@ -55,7 +55,7 @@ repos: - https://github.com/packit/hardly.git stages: [manual, push] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.0 + rev: 0.28.4 hooks: - id: check-github-workflows args: ["--verbose"]