Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix(ruff): revert changes
  • Loading branch information
cmp0xff committed Aug 18, 2025
commit 2c5c14d32cec5e1db81decc256cb81bbe34a3994
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ args = [
{ name = "nightly", positional = false, default = false, type = "boolean", required = false, help = "Compare against pandas nightly (off by default)" },
]

[tool.ruff]
target-version = 'py310'

[tool.black]
target-version = ['py310']
Expand Down
Loading