Skip to content

Commit

Permalink
Merge branch 'dependabot/pip/pytest-6.2.4' into dependabot/pip/pylint…
Browse files Browse the repository at this point in the history
…-2.9.6
  • Loading branch information
Julius2342 committed Aug 6, 2021
2 parents 55f51c0 + b5e8fcf commit 9b83cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
reports=no

[MESSAGES CONTROL]
disable=C0111,bad-continuation,duplicate-code,fixme,locally-disabled,too-few-public-methods,too-many-arguments,too-many-instance-attributes
disable=E1101,C0111,bad-continuation,duplicate-code,fixme,locally-disabled,too-few-public-methods,too-many-arguments,too-many-instance-attributes

[REPORTS]
output-format=colorized
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ flake8==3.9.2
flake8-isort==2.8.0
pydocstyle==6.1.1
pylint==2.9.6
pytest==5.4.2
pytest==6.2.4
pytest-cov==2.12.1
pytest-timeout==1.3.4
setuptools==57.4.0
Expand Down

0 comments on commit 9b83cd8

Please sign in to comment.