Skip to content

Commit

Permalink
Merge pull request #10037 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 2, 2024
2 parents 1cbd3f5 + 9de4731 commit 8d7a21e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -31,7 +31,7 @@ repos:

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

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -7,7 +7,7 @@
-r docs/requirements-docs.txt

coveralls==3.3.1
ruff==0.3.4
ruff==0.3.5
mypy==1.9.0
pre-commit==3.7.0
pytest==8.1.1
Expand Down

0 comments on commit 8d7a21e

Please sign in to comment.