Skip to content

Commit

Permalink
adds py39 pyproject.toml (#2380)
Browse files Browse the repository at this point in the history
Co-authored-by: vfdev <[email protected]>
  • Loading branch information
bibhabasumohapatra and vfdev-5 authored Dec 21, 2021
1 parent fe465d2 commit f46ea1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.black]
line-length = 120
target-version = ['py37', 'py38']
target-version = ['py37', 'py38', 'py39']
include = '\.pyi?$'
exclude = '''
Expand Down

0 comments on commit f46ea1c

Please sign in to comment.