summaryrefslogtreecommitdiff
path: root/misc/requirements/requirements-pylint.txt-raw
blob: 52633ec1a3d3fe3d6dffef6de5cad5f633b51ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pylint
./scripts/dev/pylint_checkers
requests
github3.py
pefile

# fix qute-pylint location
#@ replace: qute-pylint.* ./scripts/dev/pylint_checkers
#@ markers: typed-ast python_version<"3.8"

# Already included via test requirements
#@ ignore: urllib3

# Python 3.6
#@ markers: platformdirs python_version>="3.7"
#@ add: platformdirs==2.4.0 ; python_version=="3.6.*"