Skip to content

Commit 2035ca8

Browse files
authored
Merge pull request #718 from scop/renovate/mypy-0.x
chore(deps): update mypy to v0.971
2 parents cbec56c + c506abd commit 2035ca8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ flake8-bugbear ==22.8.23
1111

1212
isort ==5.9.3
1313

14-
mypy ==0.941
14+
mypy ==0.971
1515

1616
pre-commit >=2.4.0

test/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ markers =
88
python_version = 3.6
99
mypy_path = $MYPY_CONFIG_FILE_DIR/t
1010
show_error_codes = true
11+
enable_error_code = ignore-without-code
1112

1213
[isort]
1314
known_first_party = conftest

0 commit comments

Comments
 (0)