summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-02-24 14:47:44 +0200
committerПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-02-24 14:47:44 +0200
commit26b0cf460167f5c6462b39b551ff4f138f86682c (patch)
tree6e197f23ba259e5fa156bf81a8e49f7b86b129af /pyproject.toml
parent6fade1efbc920637b42ff336f576cc7604d90627 (diff)
Finish code structure
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 79e178d..b735d6f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ packages = [{include = "robusta_krr"}]
[tool.black]
line-length = 120
-target-version = ['py37']
+target-version = ['py311']
[tool.isort]
line_length = 120