diff --git a/.flake8 b/.flake8 index 2883b09d..196ec9dd 100644 --- a/.flake8 +++ b/.flake8 @@ -1,4 +1,3 @@ - [flake8] max-line-length = 88 max-complexity = 18 @@ -22,3 +21,5 @@ exclude = .tox, extra, deprecated, + env, + diff --git a/.gitignore b/.gitignore index cf6a0bb6..7e7055d3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ __pycache__/ *.py[cod] *$py.class +*.lyrdb + # C extensions *.so