Releases: best-doctor/flake8-variables-names
Releases · best-doctor/flake8-variables-names
v0.0.6
- Fix bug in multiple assignments: expressions as
a, b = 1, 2
are marked as invalid now (issue #12)
- Allow use-varnames-strict-mode with a configuration option (issue #13)