tox: do not run pylint on .egg-info directory (#61362)

This commit is contained in:
Frédéric Péters 2023-05-25 09:23:24 +02:00
parent 6cd2fc25a6
commit fa85790460
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ deps =
pylint-django
commands =
./getlasso3.sh
/bin/bash -c "./pylint.sh src/*/"
/bin/bash -c "./pylint.sh src/authentic2_auth_fedict/"
[testenv:code-style]
skip_install = true