Skip to content

Commit 2373717

Browse files
committed
Dev dependencies: ban buggy versions of ruff
#926
1 parent ca1d9e8 commit 2373717

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ fortran = [
6161

6262
[dependency-groups]
6363
dev = [
64+
# https://github.com/astral-sh/ruff/issues/16943
65+
"ruff!=0.11.1,!=0.11.2",
6466
"mypy",
6567
"types-colorama",
6668
"types-Pygments",

0 commit comments

Comments
 (0)