diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec9e53b..7ee0241 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.4.0" + rev: "v4.6.0" hooks: - id: check-json - id: check-toml @@ -10,7 +10,7 @@ repos: - id: debug-statements - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort (python) @@ -18,12 +18,12 @@ repos: exclude: einspect/structs/__init__.py - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.8.0 hooks: - id: black - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.262" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.6.3" hooks: - id: ruff files: ^src/