Skip to content

v0.24.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 16:06
· 403 commits to master since this release

0.24.0 (2021-02-23)

Bug Fixes

  • check a YAML file with the text plugin (#249) (1821962)
  • override a remote style with "./your-local-style.toml" (#295) (fe5f085)
  • toml module now accepts keys beginning with dot (fix #183) (b086a24)
  • validate sections in comma_separated_values (fix #227) (f1be98f)

Features

  • apply changes to pyproject.toml (#287) (4b79f81)
  • apply changes to setup.cfg (#288) (f878630)
  • cli: add 'ls' command to list configured files (cfc031b)
  • cli: add 'run' command to display violations (a67bfa8)
  • cli: filter only the desired files on ls/run commands (#265) (f5e4a9c)
  • drop support for Python 3.5 (#251) (9f84a60), closes #250
  • experimental CLI interface (alpha version) (#255) (c9ca5dc)