We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669c94c commit 7e6dd52Copy full SHA for 7e6dd52
scripts/pyproject.toml
@@ -6,11 +6,11 @@
6
7
[tool.black]
8
line-length = 88
9
-target-version = ["py39"]
+target-version = ["py310"]
10
11
[tool.ruff]
12
13
-target-version = "py39"
+target-version = "py310"
14
15
[tool.ruff.lint]
16
select = [
@@ -36,4 +36,4 @@ ignore = [
36
[tool.mypy]
37
strict = true
38
ignore_missing_imports = true
39
-python_version = "3.9"
+python_version = "3.10"
scripts/upgrade-operator-sdk.py
@@ -20,8 +20,6 @@
20
anonymous rate limit when querying the releases API.
21
"""
22
23
-from __future__ import annotations
24
-
25
import argparse
26
import json
27
import os
0 commit comments