Skip to content

Commit

Permalink
use mypy 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Jun 14, 2024
1 parent ae232bb commit b36a9ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.10"
- run: pip install mypy==1.10.0
- run: mypy --install-types --non-interactive
1 change: 0 additions & 1 deletion src/pdm_build_locked/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def handle(self, project: Project, options: argparse.Namespace) -> None:
if not project.pyproject._data["tool"]:
del project.pyproject._data["tool"]


project.pyproject.write(show_message=False)
self._git_ignore_pyproject(project, False)

Expand Down

0 comments on commit b36a9ba

Please sign in to comment.