up target-version

This commit is contained in:
Cayo Puigdefabregas 2023-06-02 09:54:43 +02:00
parent 4db71b2af4
commit c82db8caa0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tool.black]
skip-string-normalization = true
target-version = ['py38']
target-version = ['py39']
[tool.isort]
profile = "black"