File: requirements-dev.txt

package info (click to toggle)
pax-utils 1.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 864 kB
  • sloc: ansic: 10,028; python: 687; sh: 444; makefile: 13
file content (12 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2024 Gentoo Foundation
# Copyright 2024 Mike Frysinger <vapier@gentoo.org>
# Copyright 2024 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2

# Deps needed to run tests/linters/etc...
# https://pip.pypa.io/en/stable/reference/requirements-file-format/

black==23.*
isort==5.*
mypy==1.*
pylint==3.0.*