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 1c58f0c commit f638514Copy full SHA for f638514
requirements/sync-direct-runtime-deps.py
@@ -7,7 +7,7 @@
7
if sys.version_info >= (3, 11):
8
import tomllib
9
else:
10
- import tomli as tomllib
+ import tomli as tomllib # noqa: I900
11
12
data = tomllib.loads(Path("pyproject.toml").read_text())
13
reqs = (
0 commit comments