Browse Source

Refs #34233 -- Updated black target-version to Python 3.10.

David Smith 1 year ago
parent
commit
e9bd5b4876
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -3,5 +3,5 @@ requires = ['setuptools>=40.8.0']
 build-backend = 'setuptools.build_meta'
 
 [tool.black]
-target-version = ['py38']
+target-version = ['py310']
 force-exclude = 'tests/test_runner_apps/tagged/tests_syntax_error.py'