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 bc95dc1 commit bdb3ff7Copy full SHA for bdb3ff7
pyproject.toml
@@ -38,7 +38,7 @@ paths.source = [
38
]
39
40
[tool.mypy]
41
-python_version = "3.7"
+python_version = "3.8"
42
check_untyped_defs = true
43
explicit_package_bases = true
44
namespace_packages = true
@@ -91,8 +91,7 @@ ignore = [
91
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`
92
93
94
-# py36, but ruff does not support it :/
95
-target-version = "py37"
+target-version = "py38"
96
97
[tool.ruff.pydocstyle]
98
convention = "google"
@@ -115,7 +114,7 @@ convention = "google"
115
114
116
[tool.pylint]
117
118
-py-version = "3.6"
+py-version = "3.8"
119
120
ignore-paths="tests/input" # Ignore test inputs
121
0 commit comments