Skip to content

Commit 1c9a9e9

Browse files
committed
MAINT: bump ruff to 0.11.5
1 parent 9ad0bc2 commit 1c9a9e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies:
2626
- numpydoc
2727
- pydata-sphinx-theme>=0.15.0
2828
# Lint
29-
- ruff>=0.3.0
29+
- ruff>=0.11.5
3030
# Benchmarks
3131
- asv>=0.6.0
3232
# Misc tools
33-
- ipython
33+
- ipython

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ doc = [
5252
"myst-parser>=2.0.0",
5353
]
5454
dev = [
55-
"ruff>=0.3.0",
55+
"ruff>=0.11.5",
5656
"asv>=0.6.0",
5757
]
5858

0 commit comments

Comments
 (0)