Skip to content

Commit

Permalink
Upgrade Ruff to v0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jan 20, 2024
1 parent ab9eb32 commit 52d766a
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.1.8
rev: v0.1.14
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.1.8
ruff == 0.1.14
pre-commit
pytest
pytest-cov[toml]
Expand Down

0 comments on commit 52d766a

Please sign in to comment.