diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1d46d4d..811a3a09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: # Side effects - id: fix-byte-order-marker @@ -19,14 +19,14 @@ repos: - id: check-toml - id: check-yaml - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.267 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.1.11 hooks: - id: ruff args: - "--fix" - - repo: https://github.com/psf/black - rev: 23.3.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 23.12.1 hooks: - id: black