We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruff
0.11.5
1 parent 9ad0bc2 commit 1c9a9e9Copy full SHA for 1c9a9e9
environment.yml
@@ -26,8 +26,8 @@ dependencies:
26
- numpydoc
27
- pydata-sphinx-theme>=0.15.0
28
# Lint
29
- - ruff>=0.3.0
+ - ruff>=0.11.5
30
# Benchmarks
31
- asv>=0.6.0
32
# Misc tools
33
- - ipython
+ - ipython
pyproject.toml
@@ -52,7 +52,7 @@ doc = [
52
"myst-parser>=2.0.0",
53
]
54
dev = [
55
- "ruff>=0.3.0",
+ "ruff>=0.11.5",
56
"asv>=0.6.0",
57
58
0 commit comments