diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a4a3f4aa9..6ce0b51c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,23 +1,23 @@ exclude: '^pint/_vendor' 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.1.0 + rev: 23.12.1 hooks: - id: black - id: black-jupyter - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.0.240' + rev: 'v0.1.14' hooks: - id: ruff args: ["--fix"] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 + rev: 0.7.17 hooks: - id: mdformat additional_dependencies: