summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-08-18 20:23:16 +0100
committerJulian Berman <Julian@GrayVines.com>2021-08-18 20:23:16 +0100
commite463aee10e2e83eed37e1c2d97f5c78c546acd95 (patch)
tree02ff0cdd7185cc1952155ee022791b873e6fbd47 /tox.ini
parentee775891043d428c084748dbf435b80401ab64ae (diff)
downloadjsonschema-e463aee10e2e83eed37e1c2d97f5c78c546acd95.tar.gz
More strict style, now via bugbear.
The unevaluated* validators will definitely need rewriting, what they do right now is completely incorrect (which bugbear points out at least, though poking at them trivially also does).
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a0cf3f1..71c7633 100644
--- a/tox.ini
+++ b/tox.ini
@@ -83,6 +83,7 @@ commands = {envbindir}/detect-secrets scan {toxinidir}
[testenv:style]
deps =
flake8
+ flake8-bugbear
flake8-commas
flake8-quotes
flake8-broken-line