Skip to content

Commit 3a8aba1

Browse files
authored
Merge pull request freqtrade#11204 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
2 parents c266490 + 09c2725 commit 3a8aba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
# stages: [push]
1010

1111
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: "v1.14.0"
12+
rev: "v1.14.1"
1313
hooks:
1414
- id: mypy
1515
exclude: build_helpers
@@ -31,7 +31,7 @@ repos:
3131

3232
- repo: https://github.com/charliermarsh/ruff-pre-commit
3333
# Ruff version.
34-
rev: 'v0.8.4'
34+
rev: 'v0.8.6'
3535
hooks:
3636
- id: ruff
3737
- id: ruff-format

0 commit comments

Comments
 (0)