summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-10 18:37:43 +0300
committerПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-04-10 18:37:43 +0300
commit9de07a05ca5b12661b7f06cf05a262a0d21204c9 (patch)
tree57502b734b80cb0a61065c3e0141d9c0dd71e173 /pyproject.toml
parentab04b499210e07c9b1ad4c55e1cf98ecaef801e0 (diff)
Downgrade black target-version
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 1d0e1fd..7e9eba6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ packages = [{include = "robusta_krr"}]
[tool.black]
line-length = 120
-target-version = ['py311']
+target-version = ['py39']
[tool.isort]
line_length = 120