Skip to content

Commit

Permalink
Merge pull request freqtrade#10505 from freqtrade/update/pre-commit-h…
Browse files Browse the repository at this point in the history
…ooks

Update pre-commit hooks
  • Loading branch information
xmatthias authored Aug 6, 2024
2 parents fa2fc63 + 95546e0 commit a1d02ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pycqa/flake8
rev: "7.1.0"
rev: "7.1.1"
hooks:
- id: flake8
additional_dependencies: [Flake8-pyproject]
# stages: [push]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.11.0"
rev: "v1.11.1"
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.5.5'
rev: 'v0.5.6'
hooks:
- id: ruff

Expand Down

0 comments on commit a1d02ca

Please sign in to comment.