Skip to content

Commit 393cf4c

Browse files
.pre-commit-config.yaml: Fix pre-commit configuration for pytype
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
1 parent bbce126 commit 393cf4c

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,16 @@ repos:
128128
language: python
129129
language_version: python3.8
130130
require_serial: true
131-
additional_dependencies: [pytype]
131+
additional_dependencies:
132+
- pytype
133+
- pyfakefs
134+
- pytest
135+
- pytest_forked
136+
- pytest_httpserver
137+
- pytest_localftpserver
138+
- pytest-subprocess
139+
140+
132141
- id: pytest
133142
name: Check pytest unit tests pass
134143
types: [python]

0 commit comments

Comments
 (0)