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 049a32a commit 1b53b8c
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.0
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 @@ -49,7 +49,7 @@ markdown = [
[tool.pdm.dev-dependencies]
lint = [
"invoke>=2.2.0",
"ruff>=0.4.1,<0.5.0"
"ruff>=0.5.0,<0.6.0"
]
test = [
"markdown>=3.4",
Expand Down

0 comments on commit 1b53b8c

Please sign in to comment.