mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +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://shiroyasha.svbtle.com/escape-sequences-a-quick-guide-1
|
||||
|
||||
MAKEFLAGS += --warn-undefined-variables
|
||||
SHELL := /bin/bash
|
||||
.SHELLFLAGS := -O extglob -eo pipefail -c
|
||||
.DEFAULT_GOAL := help
|
||||
|
|
|
|||
|
|
@ -21,10 +21,12 @@ ignore =
|
|||
E201
|
||||
# No whitespace before paren ")"
|
||||
E202
|
||||
# No whitespace before ":"
|
||||
# Whitespace before ":"
|
||||
E203
|
||||
# Multiple spaces before operator
|
||||
E221
|
||||
# Multiple spaces after operand
|
||||
E222
|
||||
# Multiple spaces before keyword
|
||||
E272
|
||||
# Spaces around keyword/parameter equals
|
||||
|
|
@ -41,6 +43,8 @@ ignore =
|
|||
# D101
|
||||
# Missing docstring on __init__
|
||||
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
|
||||
exclude =
|
||||
.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue