@@ -90,11 +90,11 @@ R = ['rpy2 >=3.3']
9090extra = [
9191 ' igraph' ,
9292 ' 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
9494 ' pycosat >=0.6.3' ,
9595 ' pynormaliz >=2.18; platform_machine != "aarch64" and platform_machine != "arm64"' , # Not yet available for Linux aarch64
9696 ' sage_numerical_backends_coin' ,
97- ' symengine >= 0.6.1' , # Only used in tests
97+ ' symengine >= 0.6.1' , # Only used in tests
9898]
9999giac = [' sagemath_giac' ]
100100
@@ -237,9 +237,9 @@ ignore = [
237237 " E501" , # Line too long - hard to avoid in doctests, and better handled by black.
238238]
239239select = [
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
243243 " PL" , # pylint - https://docs.astral.sh/ruff/rules/#pylint-pl
244244]
245245
0 commit comments