Adjust black target version to 3.9 (#553)

This commit is contained in:
J. Nick Koston 2023-09-24 23:27:17 +02:00 committed by GitHub
parent a9dd6743d0
commit fd0d830319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ extend_skip = ["api_pb2.py", "api_options_pb2.py"]
[tool.black]
exclude = 'api_pb2.py|api_options_pb2.py'
target-version = ['py37']
target-version = ['py39']
[tool.pylint.MASTER]
reports = 'no'