diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 004fff9..372b5e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,13 +24,13 @@ repos: # python - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black exclude: ^test/scripts/ - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.254 + rev: v0.0.260 hooks: - id: ruff args: ["--fix", "--exclude", "test/scripts/*.py"] @@ -45,7 +45,7 @@ repos: args: ["--profile", "black"] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v3.0.0-alpha.6 hooks: - id: prettier types_or: [css, markdown]