Skip to content

Commit

Permalink
Update minimum supported ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Jan 10, 2025
1 parent f5a1cab commit 7b4f61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ docs = [
style = [
# mypy 0.900+ required for pyproject.toml support
"mypy>=0.900",
# ruff 0.8+ required for removal of ANN101, ANN102
"ruff>=0.8",
# ruff 0.9+ required for 2025 style guide
"ruff>=0.9",
]
tests = [
# nbmake 1.3.3+ required for variable mocking
Expand Down

0 comments on commit 7b4f61f

Please sign in to comment.