We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23359fc commit e8d4917Copy full SHA for e8d4917
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = [
3
+ "Cython>=0.29.23,<3",
4
# pin NumPy version used in the build
- "Cython>=0.29.23",
5
"oldest-supported-numpy",
6
"setuptools>=65.0.0",
7
]
@@ -70,8 +70,8 @@ ignore = [
70
"PLR", # pylint refactor
71
"PLW2901", # Outer for loop variable overwritten by inner assignment target
72
"PT013", # pytest-incorrect-pytest-import
73
- "SIM105", # Use contextlib.suppress(OSError) instead of try-except-pass
74
"RUF012", # Disable checks for mutable class args. This is a non-problem.
+ "SIM105", # Use contextlib.suppress(OSError) instead of try-except-pass
75
76
pydocstyle.convention = "google"
77
isort.required-imports = ["from __future__ import annotations"]
0 commit comments