diff options
author | Anthony Sottile <asottile@umich.edu> | 2020-03-19 11:27:31 -0700 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2020-03-24 10:27:21 +0100 |
commit | 8a89edf3bf1aa00b93cc09507c8a32e71f9dc315 (patch) | |
tree | af27c86885a1a33386fc52949128b1f59e906f12 /tox.ini | |
parent | a45505143f89718073b7d06c99d09c05cd0e4108 (diff) | |
download | pylint-git-8a89edf3bf1aa00b93cc09507c8a32e71f9dc315.tar.gz |
also lint setup.py
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,8 +17,8 @@ deps = black==19.10b0 isort==4.3.21 commands = - black --check pylint - isort -rc pylint/ --check-only + black --check pylint setup.py + isort -rc pylint/ setup.py --check-only changedir = {toxinidir} [testenv:mypy] |