Skip to content

Commit 122092c

Browse files
committed
Fix linter
1 parent 88a4794 commit 122092c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ R = ['rpy2 >=3.3']
9090
extra = [
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
]
9999
giac = ['sagemath_giac']
100100

@@ -237,9 +237,9 @@ ignore = [
237237
"E501", # Line too long - hard to avoid in doctests, and better handled by black.
238238
]
239239
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
243243
"PL", # pylint - https://docs.astral.sh/ruff/rules/#pylint-pl
244244
]
245245

0 commit comments

Comments
 (0)