diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19d6f0b..b812f11 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,13 +26,13 @@ repos: # python - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black exclude: ^test/scripts/ - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.260 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.281 hooks: - id: ruff @@ -45,7 +45,7 @@ repos: files: \.py$ - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.6 + rev: v3.0.0 hooks: - id: prettier types_or: [css, markdown]