diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b3a0690..ffe3dc7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,14 +6,14 @@ repos: args: - --filter-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: v0.6.7 hooks: - id: ruff args: - --fix - --exit-non-zero-on-fix - repo: https://github.com/nim65s/pre-commit-sort - rev: v0.1.0 + rev: v0.4.0 hooks: - id: pre-commit-sort - repo: https://github.com/pappasam/toml-sort @@ -22,7 +22,7 @@ repos: - id: toml-sort-fix exclude: poetry.lock - 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 @@ -40,6 +40,6 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 24.8.0 hooks: - id: black