aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Palao <david.palao@gmail.com>2023-05-26 15:37:14 +0200
committerSam James <sam@gentoo.org>2023-05-26 16:44:38 +0100
commit54a8e14ddc8b79720bc37cc1bb98836361966976 (patch)
tree8cea62128dadcaf614be55668d76e0c815036581 /.pre-commit-config.yaml
parenttests: fix the inst gid and uid in some envs for tests (diff)
downloadportage-54a8e14ddc8b79720bc37cc1bb98836361966976.tar.gz
portage-54a8e14ddc8b79720bc37cc1bb98836361966976.tar.bz2
portage-54a8e14ddc8b79720bc37cc1bb98836361966976.zip
tests: pre-commit: add pytest dep to pylint
Signed-off-by: David Palao <david.palao@gmail.com> Closes: https://github.com/gentoo/portage/pull/1047 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2d3ce16f4..e59f5e312 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -8,6 +8,8 @@ repos:
rev: v2.15.10
hooks:
- id: pylint
+ additional_dependencies:
+ - 'pytest'
- repo: https://github.com/ikamensh/flynt/
rev: '0.77'
hooks: