Skip to content

Commit ccaaf93

Browse files
authored
chore(deps): Update to mypy 1.19.0 and disable mypy on pypy (#53)
* chore(deps): Update mypy to 1.19.0 * tests: Don't install mypy on pypy * chore: Update poetry.lock
1 parent aa64e60 commit ccaaf93

File tree

8 files changed

+524
-168
lines changed

8 files changed

+524
-168
lines changed

.github/test_projects/minimal/poetry.lock

Lines changed: 130 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/test_projects/minimal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages = [{include = "test_project", from = "src"}]
1414

1515
[tool.poetry.group.lint.dependencies]
1616
ni-python-styleguide = ">=0.4.1"
17-
mypy = ">=1.0"
17+
mypy = { version = ">=1.0", markers = "implementation_name != 'pypy'" }
1818
pyright = { version = ">=1.1.400", extras = ["nodejs"] }
1919

2020
[tool.mypy]

.github/test_projects/mypy-errors/poetry.lock

Lines changed: 130 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/test_projects/mypy-errors/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages = [{include = "test_project", from = "src"}]
1414

1515
[tool.poetry.group.lint.dependencies]
1616
ni-python-styleguide = ">=0.4.1"
17-
mypy = ">=1.0"
17+
mypy = { version = ">=1.0", markers = "implementation_name != 'pypy'" }
1818
pyright = { version = ">=1.1.400", extras = ["nodejs"] }
1919

2020
[tool.mypy]

.github/test_projects/ni-python-styleguide-errors/poetry.lock

Lines changed: 130 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/test_projects/ni-python-styleguide-errors/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages = [{include = "test_project", from = "src"}]
1414

1515
[tool.poetry.group.lint.dependencies]
1616
ni-python-styleguide = ">=0.4.1"
17-
mypy = ">=1.0"
17+
mypy = { version = ">=1.0", markers = "implementation_name != 'pypy'" }
1818
pyright = { version = ">=1.1.400", extras = ["nodejs"] }
1919

2020
[tool.mypy]

.github/test_projects/repo_root/poetry.lock

Lines changed: 130 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/test_projects/repo_root/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages = [{include = "test_project", from = "src"}]
1414

1515
[tool.poetry.group.lint.dependencies]
1616
ni-python-styleguide = ">=0.4.1"
17-
mypy = ">=1.0"
17+
mypy = { version = ">=1.0", markers = "implementation_name != 'pypy'" }
1818
pyright = { version = ">=1.1.400", extras = ["nodejs"] }
1919

2020
[tool.ni-python-styleguide]

0 commit comments

Comments
 (0)