79653815

Date: 2025-06-05 05:06:55
Score: 1.5
Natty:
Report link

PEP515 allows separators, but does not impose any restrictions on their position in a number (except that a number should not start/end with a separator and there should not be two separators in a row).

I wrote a plugin for the popular flake8 linter. This plugin will check your numbers in code against simple rules.

pip install flake8-digit-separator
flake8 . --select FDS
Reasons:
  • Blacklisted phrase (1): This plugin
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Valiev T.M.