We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351cc33 commit 34e3a8aCopy full SHA for 34e3a8a
1 file changed
pipeline/pyproject.toml
@@ -18,7 +18,7 @@ twitter = "python twitter_pipeline.py"
18
19
[tool.ruff]
20
line-length = 120
21
-target-version = "py39"
+target-version = "py310"
22
23
[tool.ruff.lint]
24
select = ["I", "E1", "E4", "E7", "E9", "F", "UP", "N"]
0 commit comments