Skip to content

Commit 17a5e87

Browse files
authored
Merge branch 'alan-turing-institute:main' into 1-current-year
2 parents 66eaaba + 793076d commit 17a5e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project_template/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: "v0.12.9"
23+
rev: "v0.13.0"
2424
hooks:
2525
# first, lint + autofix
2626
- id: ruff
@@ -30,7 +30,7 @@ repos:
3030
- id: ruff-format
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: "v1.17.1"
33+
rev: "v1.18.1"
3434
hooks:
3535
- id: mypy
3636
files: src

0 commit comments

Comments
 (0)