Skip to content

Commit adec5d7

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump mypy from 0.971 to 1.3.0
Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.3.0. - [Commits](python/mypy@v0.971...v1.3.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc972ff commit adec5d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cwlupgrader/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
yaml = ruamel.yaml.main.YAML(typ="rt")
2626
yaml.allow_duplicate_keys = True
27-
yaml.preserve_quotes = True # type: ignore
27+
yaml.preserve_quotes = True
2828
yaml.default_flow_style = False
2929

3030

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mypy==0.971
1+
mypy==1.3.0
22
types-setuptools

0 commit comments

Comments
 (0)