Skip to content

Commit

Permalink
Merge pull request #10161 from freqtrade/update/pre-commit-hooks
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
xmatthias committed Apr 30, 2024
2 parents 33c0fb3 + cb06dd8 commit 927d9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
# stages: [push]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.9.0"
rev: "v1.10.0"
hooks:
- id: mypy
exclude: build_helpers
Expand All @@ -31,7 +31,7 @@ repos:

- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.4.1'
rev: 'v0.4.2'
hooks:
- id: ruff

Expand Down

0 comments on commit 927d9b5

Please sign in to comment.