1
0
Fork 0

Update black.

This commit is contained in:
Irina Truong 2023-10-06 17:46:46 -07:00
parent 97a1fd6c16
commit 4a4de5260c
3 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.9.1
hooks:
- id: black

View File

@ -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
)/
'''

View File

@ -1,7 +1,7 @@
pytest>=2.7.0
tox>=1.9.2
behave>=1.2.4
black>=22.3.0
black>=23.9.1
pexpect==3.3; platform_system != "Windows"
pre-commit>=1.16.0
coverage>=5.0.4
@ -10,4 +10,4 @@ docutils>=0.13.1
autopep8>=1.3.3
twine>=1.11.0
wheel>=0.33.6
sshtunnel>=0.4.0
sshtunnel>=0.4.0