summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2023-10-06 17:46:46 -0700
committerIrina Truong <i.chernyavska@gmail.com>2023-10-06 17:46:46 -0700
commit4a4de5260cd8fb12c0416ef11b0af61b39931760 (patch)
tree4e4efc5e2a4b8ddfb93be21ca9829fd722aa94eb /pyproject.toml
parent97a1fd6c163b3a3b476ecd286e868bc0e586b8d1 (diff)
Update black.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c9bf518c..84541679 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.black]
line-length = 88
-target-version = ['py36']
+target-version = ['py37']
include = '\.pyi?$'
exclude = '''
/(
@@ -19,4 +19,3 @@ exclude = '''
| tests/data
)/
'''
-