eliminate --bug-report double-parse quirk with store_true

This commit is contained in:
Anthony Sottile 2021-12-07 13:47:33 -08:00
parent 03b33b9573
commit 52fb518104
5 changed files with 12 additions and 88 deletions

View file

@ -17,6 +17,10 @@ repos:
hooks:
- id: black
args: [--line-length=79]
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
hooks: