diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c960c71..11bfc9a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks 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 @@ -16,14 +16,14 @@ repos: - id: check-toml - id: check-yaml - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.254 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.1.5 hooks: - id: ruff args: - "--fix" - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.11.0 hooks: - id: black