nvchecker: add autopep8
This commit is contained in:
parent
c73f1df4f0
commit
1d08afb7f2
1 changed files with 6 additions and 0 deletions
|
@ -147,6 +147,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
|
|||
|
||||
# github
|
||||
|
||||
[autopep8]
|
||||
source = "github"
|
||||
github = "hhatto/autopep8"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
||||
|
||||
[furnace]
|
||||
source = "github"
|
||||
github = "tildearrow/furnace"
|
||||
|
|
Loading…
Reference in a new issue