summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2024-09-12 07:22:39 (GMT)
committerThomas Haller <thaller@redhat.com>2024-09-12 07:22:50 (GMT)
commit379a14052b5937db0fa7c58b670b26aa1329d1b3 (patch)
tree4ad43f30e633f06ea33470883f40e96a2738c4be
parent6eded1593215396876e1d4164f6127fc68fa9bbc (diff)
downloadlibnl-379a14052b5937db0fa7c58b670b26aa1329d1b3.zip
libnl-379a14052b5937db0fa7c58b670b26aa1329d1b3.tar.gz
libnl-379a14052b5937db0fa7c58b670b26aa1329d1b3.tar.bz2
black: fix "target-version" in "pyproject.toml"
Fixes: 298ee58e7a84 ('python add "pyproject.toml" for configuring black')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index bce61cb..e221cb7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[tool.black]
-target-versions = ["py37", "py38", "py39", "py310"]
+target-version = ["py37", "py38", "py39", "py310"]
include = '''
(
\.py$