lint: install_deps> python -I -m pip install aioresponses flake8 mypy types-python-dateutil lint: freeze> python -m pip freeze --all lint: aiohappyeyeballs==2.3.2,aiohttp==3.10.0,aioresponses==0.7.6,aiosignal==1.3.1,async-timeout==4.0.3,attrs==23.2.0,flake8==7.1.0,frozenlist==1.4.1,idna==3.7,mccabe==0.7.0,multidict==6.0.5,mypy==1.11.1,mypy-extensions==1.0.0,pip==24.0,pycodestyle==2.12.0,pyflakes==3.2.0,setuptools==69.1.0,tomli==2.0.1,types-python-dateutil==2.9.0.20240316,typing_extensions==4.12.2,wheel==0.42.0,yarl==1.9.4 lint: commands[0]> flake8 src lint: commands[1]> mypy --ignore-missing-imports --check-untyped-defs src Success: no issues found in 2 source files lint: OK (8.09=setup[5.40]+cmd[0.19,2.49] seconds) congratulations :) (8.16 seconds)