Skip to content

Commit

Permalink
use one single pylint.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
goneri committed Nov 17, 2022
1 parent fa75736 commit e1ab63c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions hacking/pylint.rc

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = Check with Pylint
deps =
{[test-deps]deps}
pylint
commands = pylint --rcfile {toxinidir}/hacking/pylint.rc {toxinidir}/aws
commands = pylint --rcfile {toxinidir}/pylint.rc {toxinidir}/aws

[testenv:pycodestyle]
description = Check with pycodestyle
Expand Down

0 comments on commit e1ab63c

Please sign in to comment.