Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements_lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==21.5b2
flake8==3.9.2
pydocstyle==6.1.1
flake8-docstrings==1.6.0
pylint==2.8.3
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[flake8]
ignore = E231, W503
ignore = E231, W503, D202
max-line-length = 88

[pydocstyle]
add-ignore = D202
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ basepython = python3
ignore_errors = True
commands =
black --check ./
flake8 camacqplugins scripts tests
pylint camacqplugins scripts tests
pydocstyle camacqplugins scripts tests
flake8 ./
pylint camacqplugins scripts setup.py tests
deps =
-rrequirements.txt
-rrequirements_lint.txt
Expand Down