Skip to content

Commit b13af0e

Browse files
authored
Merge pull request freqtrade#12385 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
2 parents 0041bf5 + d237974 commit b13af0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ repos:
3636
# stages: [push]
3737

3838
- repo: https://github.com/pycqa/isort
39-
rev: "6.1.0"
39+
rev: "7.0.0"
4040
hooks:
4141
- id: isort
4242
name: isort (python)
4343
# stages: [push]
4444

4545
- repo: https://github.com/charliermarsh/ruff-pre-commit
4646
# Ruff version.
47-
rev: 'v0.13.3'
47+
rev: 'v0.14.0'
4848
hooks:
4949
- id: ruff
5050
- id: ruff-format
@@ -83,6 +83,6 @@ repos:
8383

8484
# Ensure github actions remain safe
8585
- repo: https://github.com/woodruffw/zizmor-pre-commit
86-
rev: v1.14.2
86+
rev: v1.15.0
8787
hooks:
8888
- id: zizmor

0 commit comments

Comments
 (0)