diff options
author | Thomas Haller <thaller@redhat.com> | 2024-09-12 07:22:39 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2024-09-12 07:22:50 (GMT) |
commit | 379a14052b5937db0fa7c58b670b26aa1329d1b3 (patch) | |
tree | 4ad43f30e633f06ea33470883f40e96a2738c4be | |
parent | 6eded1593215396876e1d4164f6127fc68fa9bbc (diff) | |
download | libnl-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.toml | 2 |
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$ |