diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b656d1c7..30c63432 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,6 +66,23 @@ repos: "-sn", # Don't display the score "--rcfile=.pylintrc", # Link to config file ] + additional_dependencies: + [ + bodhi-client, + feedparser, + google-api-python-client, + gssapi, + koji, + nitrate, + oauth2client, + pytest, + python-bugzilla, + python-dateutil, + requests, + requests-gssapi, + setuptools, + tenacity, + ] - repo: https://github.com/codespell-project/codespell rev: v2.4.1