mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
eliminate --bug-report double-parse quirk with store_true
This commit is contained in:
parent
03b33b9573
commit
52fb518104
5 changed files with 12 additions and 88 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue