Skip to content

Commit

Permalink
chore: black up
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 7, 2022
1 parent a22e9ba commit 76d2b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"hypothesis-jsonschema==0.19.0", # JSON Schema fuzzer extension
],
"lint": [
"black>=22.3.0,<23.0", # auto-formatter and linter
"black>=22.6.0,<23.0", # auto-formatter and linter
"mypy>=0.971,<1.0", # Static type analyzer
"types-PyYAML", # NOTE: Needed due to mypy typeshed
"types-requests", # NOTE: Needed due to mypy typeshed
Expand Down

0 comments on commit 76d2b82

Please sign in to comment.