Skip to content

Commit

Permalink
fix logging bug & update linting tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Jun 23, 2020
1 parent 10c1352 commit 92049f7
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 113 deletions.
6 changes: 5 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ RUN \
wheel \
&& \
pip install -U \
autopep8 \
flake8 \
flake8-bandit \
flake8-commas \
flake8-docstrings \
flake8-import-order \
flake8-quotes \
&& \
:
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ dev:
.PHONY: lint
## lint: Run linters
lint:
autopep8 --diff --recursive ./wirelogd/
flake8 ./wirelogd/
pylint --rcfile=setup.cfg ./wirelogd/
bandit -r ./wirelogd/

.PHONY: test
## test: Run tests
Expand Down
Empty file removed wirelogd/__init__.py
Empty file.
Loading

0 comments on commit 92049f7

Please sign in to comment.