Skip to content

Commit c9c412f

Browse files
authored
Merge pull request #874 from scop/renovate/mypy-1.x
chore(deps): update mypy to v1
2 parents 7df61c5 + 552bf31 commit c9c412f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
-r requirements.txt
44

55
black==23.1.0
6-
mypy==0.971
6+
mypy==1.2.0
77
pre-commit>=2.4.0
88
ruff==0.0.247

test/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ 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
11+
enable_error_code = ignore-without-code,redundant-self,truthy-iterable

0 commit comments

Comments
 (0)