-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
kind/refactorPulls that refactor, or clean-up codePulls that refactor, or clean-up code
Description
Mypy introduced python/mypy#12118, and it wails empty-body on functions with empty body like this.
poetry/src/poetry/packages/locker.py
Lines 469 to 471 in b28339d
| class NullLocker(Locker): | |
| def set_lock_data(self, root: Package, packages: list[Package]) -> bool: | |
| pass |
It seems there are no references to NullLocker, so I am wondering whether we can remove NullLocker and bump the mypy version to 0.990. If that's OK, I'm ready to submit a PR.
Metadata
Metadata
Assignees
Labels
kind/refactorPulls that refactor, or clean-up codePulls that refactor, or clean-up code