mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
bootstrapit update
This commit is contained in:
parent
b924f2a24a
commit
e1f92c4962
2 changed files with 5 additions and 2 deletions
1
makefile
1
makefile
|
|
@ -5,7 +5,6 @@
|
||||||
# https://stackoverflow.com/questions/448910
|
# https://stackoverflow.com/questions/448910
|
||||||
# https://shiroyasha.svbtle.com/escape-sequences-a-quick-guide-1
|
# https://shiroyasha.svbtle.com/escape-sequences-a-quick-guide-1
|
||||||
|
|
||||||
MAKEFLAGS += --warn-undefined-variables
|
|
||||||
SHELL := /bin/bash
|
SHELL := /bin/bash
|
||||||
.SHELLFLAGS := -O extglob -eo pipefail -c
|
.SHELLFLAGS := -O extglob -eo pipefail -c
|
||||||
.DEFAULT_GOAL := help
|
.DEFAULT_GOAL := help
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,12 @@ ignore =
|
||||||
E201
|
E201
|
||||||
# No whitespace before paren ")"
|
# No whitespace before paren ")"
|
||||||
E202
|
E202
|
||||||
# No whitespace before ":"
|
# Whitespace before ":"
|
||||||
E203
|
E203
|
||||||
# Multiple spaces before operator
|
# Multiple spaces before operator
|
||||||
E221
|
E221
|
||||||
|
# Multiple spaces after operand
|
||||||
|
E222
|
||||||
# Multiple spaces before keyword
|
# Multiple spaces before keyword
|
||||||
E272
|
E272
|
||||||
# Spaces around keyword/parameter equals
|
# Spaces around keyword/parameter equals
|
||||||
|
|
@ -41,6 +43,8 @@ ignore =
|
||||||
# D101
|
# D101
|
||||||
# Missing docstring on __init__
|
# Missing docstring on __init__
|
||||||
D107
|
D107
|
||||||
|
# First line should be in imperative mood
|
||||||
|
D401
|
||||||
select = A,AAA,D,C,E,F,W,H,B,D212,D404,D405,D406,B901,B950
|
select = A,AAA,D,C,E,F,W,H,B,D212,D404,D405,D406,B901,B950
|
||||||
exclude =
|
exclude =
|
||||||
.git
|
.git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue