Skip to content

Commit

Permalink
Update to Ruff v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jun 7, 2024
1 parent a609cf4 commit c70d541
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 @@ -8,7 +8,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.4.7
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.2.0
ruff == 0.4.7
pytest
pytest-cov[toml]
pytest-xdist
Expand Down

0 comments on commit c70d541

Please sign in to comment.