This commit is contained in:
Tobias Schmidl 2021-03-03 14:56:38 +01:00
parent 18a9374a3d
commit 524a5a1243
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -159,3 +159,5 @@ Sessionx.vim
tags
# Persistent undo
[._]*.un~
/tags.lock
/tags.temp

View file

@ -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]