Skip to content

Commit be1ad6f

Browse files
author
niklasmueboe
committed
update precommit hooks
1 parent 54a3a82 commit be1ad6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ repos:
1515
- id: no-commit-to-branch
1616
args: [--branch=main]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.11.4
18+
rev: v0.11.12
1919
hooks:
2020
# Linter
2121
- id: ruff
2222
# Formatter
2323
- id: ruff-format
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.15.0
25+
rev: v1.16.0
2626
hooks:
2727
- id: mypy
2828
additional_dependencies:

0 commit comments

Comments
 (0)