Skip to content

Commit 0c08656

Browse files
author
Andras Kovacs
committed
Merge branch 'develop' of https://github.com/andrasmining/freqtrade into develop
2 parents 59b1460 + 93af2b7 commit 0c08656

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
@@ -9,7 +9,7 @@ repos:
99
# stages: [push]
1010

1111
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: "v1.13.0"
12+
rev: "v1.14.0"
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.3'
34+
rev: 'v0.8.4'
3535
hooks:
3636
- id: ruff
3737
- id: ruff-format

0 commit comments

Comments
 (0)