fix: require ruff 0.13.0 for consistent formatting

This commit is contained in:
2025-09-17 17:32:11 -05:00
parent 53148c2d98
commit 9e4e4e2798
+1 -1
View File
@@ -46,7 +46,7 @@ dependencies = [
dev = [
"pytest>=7.0.0",
"pytest-cov>=4.1.0",
"ruff>=0.1.0",
"ruff>=0.13.0",
"black>=23.3.0",
"sphinx>=8.0.0",
"sphinx-rtd-theme>=3.0.0",