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
|
||||
# Persistent undo
|
||||
[._]*.un~
|
||||
/tags.lock
|
||||
/tags.temp
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[pylama]
|
||||
format = pylint
|
||||
linters = eradicate,isort,mccabe,mypy,pycodestyle,pydocstyle,pyflakes,pylint
|
||||
ignore = D203
|
||||
ignore = D203,D212
|
||||
skip=.env/*
|
||||
|
||||
[pylama:pycodestyle]
|
||||
|
|
Loading…
Reference in a new issue