Skip to content

Commit

Permalink
Upgrade to Ruff v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jul 5, 2024
1 parent 4005e27 commit c6329c4
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
rev: v0.5.1
hooks:
- id: ruff
- id: ruff-format
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruff == 0.4.7
ruff == 0.5.1
pre-commit
pytest
pytest-cov[toml]
Expand Down

0 comments on commit c6329c4

Please sign in to comment.