diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 12a54f1..72eeebb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,13 +16,13 @@ ci: repos: # Autoformat: markdown, yaml to ensure that it doesn't need to be updated in other repos - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier # Autoformat: Python code - sort imports - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort @@ -30,20 +30,20 @@ repos: # Autoformat: Python code - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 24.8.0 hooks: - id: black # Lint: Python code - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.281 + rev: v0.5.6 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] # Misc... - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 # ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available hooks: # Autoformat: Makes sure files end in a newline and only a newline