Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Update ruff requirement from <0.0.268 to <0.0.285 #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lint = [
"black~=23.0",
# NOTE: ruff is under active development, so we pin conservatively here
# and let Dependabot periodically perform this update.
"ruff < 0.0.268",
"ruff < 0.0.285",
"mypy >= 1.0",
"interrogate",
]
Expand Down