1
0
Fork 0

Merge pull request #1425 from dbcli/j-bennet/update-black

Update black
This commit is contained in:
Amjith Ramanujam 2023-10-06 19:51:15 -07:00 committed by GitHub
commit a8e34be151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

View File

@ -86,7 +86,7 @@ jobs:
- name: Run Black
run: black --check .
if: matrix.python-version == '3.7'
if: matrix.python-version == '3.8'
- name: Coverage
run: |

View File

@ -1,5 +1,5 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.3.0
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.3.0
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