summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2022-03-29 14:11:21 +0200
committerHubert Kario <hkario@redhat.com>2022-03-29 14:11:21 +0200
commit259ea77a9aed208c7528707f42f1020283cfb827 (patch)
tree79d844a91901cca1033d2b698b54278923e3caa7 /tox.ini
parent3b49fbe1773052f2916b0fa22a363b14cb6e67bc (diff)
downloadecdsa-259ea77a9aed208c7528707f42f1020283cfb827.tar.gz
use new version of black
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 0607928..4686486 100644
--- a/tox.ini
+++ b/tox.ini
@@ -103,7 +103,7 @@ commands = {envpython} speed.py
[testenv:codechecks]
basepython = python3
deps =
- black==19.10b0
+ black==22.3.0
flake8
commands =
flake8 setup.py speed.py src
@@ -112,7 +112,7 @@ commands =
[testenv:codeformat]
basepython = python3
deps =
- black==19.10b0
+ black==22.3.0
commands =
black --line-length 79 .