Skip to content

Commit

Permalink
Update Ruff linter to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Jul 2, 2024
1 parent 99a5f82 commit 17223d1
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 @@ -21,7 +21,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.5.0
hooks:
- id: ruff
- id: ruff-format
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ markdown = ["markdown>=3.4"]
[tool.pdm.dev-dependencies]
lint = [
"invoke>=2.2.0",
"ruff>=0.4.5,<0.5.0"
"ruff>=0.5.0,<0.6.0"
]
test = [
"markdown>=3.4",
Expand Down

0 comments on commit 17223d1

Please sign in to comment.