diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a0c84cc..7e3102e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: # Python files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.10 + rev: v0.5.0 hooks: - id: ruff files: "^(src/pybamm_cookiecutter|tests$)" @@ -44,7 +44,7 @@ repos: # Documentation files - repo: https://github.com/asottile/blacken-docs - rev: "1.16.0" + rev: "1.18.0" hooks: - id: blacken-docs additional_dependencies: [black==23.7.0] @@ -67,7 +67,7 @@ repos: # mypy - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.10.1 hooks: - id: mypy files: "^(src/pybamm_cookiecutter|tests$)"