diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e769a8a..8a1e565 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ exclude: 'tests/test_adtl/__snapshots__/.*ambr|tests/test_autoparser/__snapshots__/.*ambr|src/adtl/autoparser/toml_writer.py' # syrupy snapshots repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.0 + rev: v0.8.1 hooks: - id: ruff args: [ "--select", "I", "--fix" ]