diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9156eb4..5e8ce05 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,29 +3,29 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.12.1 hooks: - id: black -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.261' +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.1.9' hooks: - id: ruff args: ["--fix"] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 + rev: 0.7.17 hooks: - id: mdformat additional_dependencies: - mdformat-gfm # GitHub-flavored Markdown - mdformat-black - repo: https://github.com/mwouts/jupytext - rev: v1.14.5 + rev: v1.16.0 hooks: - id: jupytext args: [--sync, --pipe, black]