Closed sterliakov closed 1 week ago
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅
15210 standardized lint hooks invocations with pre-commit, but did not remove test requirements that became unneeded. Grepping for
ruff
andblack
revealed that they are never used directly any longer except for one outdated README notice.Remove direct dependency on
black
andruff
, retaining them only in pre-commit configuration. pre-commit does not use local package installations and manages all virtual environments internally.