Uberi / speech_recognition

Speech recognition module for Python, supporting several engines and APIs, online and offline.
https://pypi.python.org/pypi/SpeechRecognition/
BSD 3-Clause "New" or "Revised" License
8.45k stars 2.4k forks source link

Lint simpler and faster #792

Open cclauss opened 1 week ago

cclauss commented 1 week ago
- run: pipx run flake8 --ignore=E501,E701,W503 .