diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59e8beee..21b8c9cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: # - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.12.2 + rev: v0.13 hooks: - id: validate-pyproject fail_fast: true @@ -47,7 +47,7 @@ repos: # - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.4.0 hooks: - id: setup-cfg-fmt args: ["--include-version-classifiers"] @@ -64,19 +64,19 @@ repos: - id: rm-unneeded-f-str - repo: https://github.com/asottile/pyupgrade - rev: v3.4.0 + rev: v3.9.0 hooks: - id: pyupgrade args: [--py38-plus] # Last modifier: Coding Standard - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.3 + rev: v16.0.6 hooks: - id: clang-format files: pypcode/pypcode_native.cpp @@ -104,13 +104,13 @@ repos: - id: check-builtin-literals - id: check-docstring-first -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.267 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.278 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.4.1 hooks: - id: mypy