Ignore tests/config/deps/ for both git and flake8.
Sometimes py.test leave some packages around in tests/config/deps. Make sure these do not accidentally get pulled into a commit or cause a local tox run to fail.
This commit is contained in:
parent
0bf49aea6f
commit
ebf45012fb
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,6 +8,7 @@ config/custom_components/*
|
||||||
!config/custom_components/hello_world.py
|
!config/custom_components/hello_world.py
|
||||||
!config/custom_components/mqtt_example.py
|
!config/custom_components/mqtt_example.py
|
||||||
|
|
||||||
|
tests/config/deps
|
||||||
tests/config/home-assistant.log
|
tests/config/home-assistant.log
|
||||||
|
|
||||||
# Hide sublime text stuff
|
# Hide sublime text stuff
|
||||||
|
|
|
@ -5,4 +5,4 @@ universal = 1
|
||||||
testpaths = tests
|
testpaths = tests
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib
|
exclude = .venv,.git,.tox,docs,www_static,venv,bin,lib,deps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue