summaryrefslogtreecommitdiff
path: root/misc/requirements/requirements-pylint.txt-raw
blob: 273d07cf4b24665aa57c061eec02d76ef7f65f24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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

# For pylint_checkers
#@ pip_args: --use-feature=in-tree-build

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