update
This commit is contained in:
parent
18a9374a3d
commit
524a5a1243
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -159,3 +159,5 @@ Sessionx.vim
|
||||||
tags
|
tags
|
||||||
# Persistent undo
|
# Persistent undo
|
||||||
[._]*.un~
|
[._]*.un~
|
||||||
|
/tags.lock
|
||||||
|
/tags.temp
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[pylama]
|
[pylama]
|
||||||
format = pylint
|
format = pylint
|
||||||
linters = eradicate,isort,mccabe,mypy,pycodestyle,pydocstyle,pyflakes,pylint
|
linters = eradicate,isort,mccabe,mypy,pycodestyle,pydocstyle,pyflakes,pylint
|
||||||
ignore = D203
|
ignore = D203,D212
|
||||||
skip=.env/*
|
skip=.env/*
|
||||||
|
|
||||||
[pylama:pycodestyle]
|
[pylama:pycodestyle]
|
||||||
|
|
Loading…
Reference in a new issue