Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Update ignore comment as the way that presumably updated mypy exp…
…ects (aiidateam#6566) Apparently, somehow `mypy` is updated and it is complaining about an `ignore[assignment]` comment that previously was imposed by `mypy` itself. (in src/aiida/orm/utils/serialize.py::L51) This commit removed `ignore[assignment]`, and `ci-style / pre-commit (pull_request)` is passing now. Cherry-pick: 655da5a
- Loading branch information