Showing with 6 additions and 0 deletions.
  1. +2 −0 misc/requirements/requirements-pylint.txt
  2. +1 −0 misc/requirements/requirements-pylint.txt-raw
  3. +2 −0 scripts/dev/recompile_requirements.py
  4. +1 −0 scripts/dev/run_vulture.py
@@ -5,12 +5,14 @@ certifi==2020.12.5
cffi==1.14.5
chardet==4.0.0
cryptography==3.4.6
future==0.18.2
github3.py==2.0.0
idna==2.10
isort==4.3.21
jwcrypto==0.8
lazy-object-proxy==1.4.3
mccabe==0.6.1
pefile==2019.4.18
pycparser==2.20
pylint==2.4.4 # rq.filter: < 2.5
python-dateutil==2.8.1
@@ -2,6 +2,7 @@ pylint<2.5
./scripts/dev/pylint_checkers
requests
github3.py
pefile

# fix qute-pylint location
#@ replace: qute-pylint.* ./scripts/dev/pylint_checkers
@@ -177,6 +177,8 @@
'pip': 'https://pip.pypa.io/en/stable/news/',
'wheel': 'https://wheel.readthedocs.io/en/stable/news.html',
'setuptools': 'https://setuptools.readthedocs.io/en/latest/history.html',
'future': 'https://python-future.org/whatsnew.html',
'pefile': 'https://github.com/erocarrera/pefile/commits/master',
}


@@ -115,6 +115,7 @@ def whitelist_generator(): # noqa: C901
for attr in ['_get_default_metavar_for_optional',
'_get_default_metavar_for_positional', '_metavar_formatter']:
yield 'scripts.dev.src2asciidoc.UsageFormatter.' + attr
yield 'scripts.dev.build_release.pefile.PE.OPTIONAL_HEADER.CheckSum'

for dist in version.Distribution:
yield 'qutebrowser.utils.version.Distribution.{}'.format(dist.name)