Skip to content

Commit 27f3af8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f6af800 commit 27f3af8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ repos:
5050
- id: mypy
5151
args: [--show-error-codes, --ignore-missing-imports]
5252
additional_dependencies:
53-
[types-setuptools, types-requests, types-python-dateutil, typing_extensions]
53+
[
54+
types-setuptools,
55+
types-requests,
56+
types-python-dateutil,
57+
typing_extensions,
58+
]
5459
# This file is overridden by a type stub
5560
exclude: "specfile/context_management.py"
5661
- repo: https://github.com/teemtee/tmt.git

0 commit comments

Comments
 (0)