Skip to content

Commit

Permalink
Merge branch 'main' into parametersets
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella authored Jul 5, 2024
2 parents 8a48ce2 + ceef840 commit 72b9d25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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$)"
Expand All @@ -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]
Expand All @@ -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$)"
Expand Down

0 comments on commit 72b9d25

Please sign in to comment.