diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5da0df54..8c19fa80 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,13 +15,13 @@ repos: - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.1.4' + rev: 'v0.1.6' hooks: - id: ruff args: ['--fix'] - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black-jupyter @@ -31,6 +31,6 @@ repos: - id: blackdoc - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v4.0.0-alpha.3 hooks: - id: prettier