Skip to content

Commit e9bd5b4

Browse files
authored
Refs #34233 -- Updated black target-version to Python 3.10.
1 parent 221c27b commit e9bd5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ requires = ['setuptools>=40.8.0']
33
build-backend = 'setuptools.build_meta'
44

55
[tool.black]
6-
target-version = ['py38']
6+
target-version = ['py310']
77
force-exclude = 'tests/test_runner_apps/tagged/tests_syntax_error.py'

0 commit comments

Comments
 (0)