diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 72eb264..4a25bf5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -15,19 +15,19 @@ repos: args: ['--autofix', '--indent=2', '--no-sort-keys'] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.2.0 hooks: - id: black args: ['--line-length', '100', '--skip-string-normalization'] - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.260' + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.3.2' hooks: - id: ruff args: ['--fix'] - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v2.2.1' + rev: 'v4.0.0-alpha.8' hooks: - id: prettier language_version: system @@ -42,7 +42,7 @@ repos: |yaml|yml\ )$" - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v2.2.1' + rev: 'v4.0.0-alpha.8' hooks: - id: prettier language_version: system