Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@netromdk netromdk released this 06 Jun 18:54
· 305 commits to master since this release
66bdd04
  • Removed deprecated lax mode entirely
  • Vermin 1.6 will end support for py2.7
  • An actual quiet --quiet mode
  • --violations can be used with --quiet such that nothing is shown except rule violations (#85)
  • Added violations aliases --lint and --no-lint
  • Detect with statements grouped with parentheses (py3.9, #84)
  • Show tip when generic/literal annotations might be in use (#84)
  • Add support for pre-commit by @loganswartz (#81)
  • Handle async with similarly to with
  • async for is py3.5 instead of py3.6
  • Restructured tips display for better readability
  • Lazy parsing of source code when needed outside the Python parser
  • Don't throw away duplicates when visiting nodes (--dump)

Full Changelog: v1.3.3...v1.4.0