Skip to content

Commit 246a904

Browse files
authored
Merge pull request freqtrade#12862 from freqtrade/update/pre-commit-hooks
Update pre-commit hooks
2 parents 49e32b2 + 816f81e commit 246a904

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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: "7.0.0"
39+
rev: "8.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.15.1'
47+
rev: 'v0.15.2'
4848
hooks:
4949
- id: ruff
5050
- id: ruff-format

0 commit comments

Comments
 (0)