Skip to content

Commit eb3e8b8

Browse files
authored
Merge pull request freqtrade#12626 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
2 parents fa5210a + 98da54a commit eb3e8b8

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
@@ -21,7 +21,7 @@ repos:
2121
# stages: [push]
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: "v1.19.0"
24+
rev: "v1.19.1"
2525
hooks:
2626
- id: mypy
2727
exclude: build_helpers
@@ -44,7 +44,7 @@ repos:
4444

4545
- repo: https://github.com/charliermarsh/ruff-pre-commit
4646
# Ruff version.
47-
rev: 'v0.14.8'
47+
rev: 'v0.14.9'
4848
hooks:
4949
- id: ruff
5050
- id: ruff-format

0 commit comments

Comments
 (0)