Skip to content

Commit 36eedde

Browse files
committed
Update linting to py3.10
1 parent 3904dcd commit 36eedde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ line-length = 65000
126126
# Allow unused variables when underscore-prefixed.
127127
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
128128

129-
target-version = "py37"
129+
target-version = "py310"
130130

131131
[tool.ruff.flake8-quotes]
132132
docstring-quotes = "double"

0 commit comments

Comments
 (0)