@@ -90,11 +90,11 @@ R = ['rpy2 >=3.3']
90
90
extra = [
91
91
' igraph' ,
92
92
' lrcalc ~=2.1; sys_platform != "win32"' ,
93
- ' p_group_cohomology >=3.3' , # Only used in tests
93
+ ' p_group_cohomology >=3.3' , # Only used in tests
94
94
' pycosat >=0.6.3' ,
95
95
' pynormaliz >=2.18; platform_machine != "aarch64" and platform_machine != "arm64"' , # Not yet available for Linux aarch64
96
96
' sage_numerical_backends_coin' ,
97
- ' symengine >= 0.6.1' , # Only used in tests
97
+ ' symengine >= 0.6.1' , # Only used in tests
98
98
]
99
99
giac = [' sagemath_giac' ]
100
100
@@ -237,9 +237,9 @@ ignore = [
237
237
" E501" , # Line too long - hard to avoid in doctests, and better handled by black.
238
238
]
239
239
select = [
240
- " E" , # pycodestyle errors - https://docs.astral.sh/ruff/rules/#error-e
241
- " F" , # pyflakes - https://docs.astral.sh/ruff/rules/#pyflakes-f
242
- " I" , # isort - https://docs.astral.sh/ruff/rules/#isort-i
240
+ " E" , # pycodestyle errors - https://docs.astral.sh/ruff/rules/#error-e
241
+ " F" , # pyflakes - https://docs.astral.sh/ruff/rules/#pyflakes-f
242
+ " I" , # isort - https://docs.astral.sh/ruff/rules/#isort-i
243
243
" PL" , # pylint - https://docs.astral.sh/ruff/rules/#pylint-pl
244
244
]
245
245
0 commit comments