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 f0bdc47 commit 2616caaCopy full SHA for 2616caa
pyproject.toml
@@ -7,7 +7,7 @@ name = "notebook"
7
description = "Jupyter Notebook - A web-based notebook environment for interactive computing"
8
readme = "README.md"
9
license = { file = "LICENSE" }
10
-requires-python = ">=3.8"
+requires-python = ">=3.9"
11
authors = [
12
{ name = "Jupyter Development Team", email = "jupyter@googlegroups.com" },
13
]
@@ -267,6 +267,7 @@ ignore = [
267
"PLR", # Design related pylint codes
268
"C408", "C416", # Unnecessary `dict` call (rewrite as a literal)
269
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`
270
+ "UP006", # non-pep585-annotation
271
272
273
[tool.ruff.lint.per-file-ignores]
0 commit comments