Skip to content

Commit

Permalink
Upgrade to Ruff v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jun 1, 2024
1 parent fe0708c commit 1e1bb5a
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.3.3
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.3.3
ruff == 0.4.7
pre-commit
pytest
pytest-cov[toml]
Expand Down

0 comments on commit 1e1bb5a

Please sign in to comment.