File: tox-pre-commit.in

package info (click to toggle)
python-cheroot 10.0.1%2Bds1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,048 kB
  • sloc: python: 6,222; makefile: 15
file content (15 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pre-commit  # main unified linting framework

# Dependencies for the local `stubtest` hook
mypy  # provides the main `stubtest` executable

# Extra runtime dependencies for `stubtest` to see runtime variables
# that are also declared in `*.pyi` files the same way they are
# declared:
pyOpenSSL

# Extra dependencies providing external type definitions:
types-backports
types-pyOpenSSL
types-requests
types-six