bellingcat / telegram-phone-number-checker

Check if phone numbers are connected to Telegram accounts.
https://pypi.org/project/telegram-phone-number-checker/
MIT License
1.02k stars 172 forks source link

Proposal: Make code more PEP8, black and pythonic #23

Closed Dimonade closed 3 months ago

Dimonade commented 3 months ago

Hello,

This MR is aiming to make the codebase more stylistically standard to the python coding guidelines. By using a set of agreed-upon formatters and guidelines, it is possible to ensure similarly looking codebase across different files and projects, thus reducing cognitive load when reviewing MRs from other people. This allows to focus on the code and not on stylistic differences.

This MR should not alter any functionality, only adhere better to the standards.

GalenReich commented 3 months ago

Thanks for this! 🙌 It is a good reminder that having a standard formatter configuration could help improve legibility across projects