Skip to content

Releases: edaniszewski/pylint-quotes

0.2.2

24 May 12:32
4f5119f
Compare
Choose a tag to compare

This release fixes incompatibility with pylint 2.8.0+

related PRs:

related issues:

0.2.1

29 Jan 22:29
Compare
Choose a tag to compare
  • fixes bug with col_offset in older versions of pylint (#19)

0.2.0

11 Dec 13:11
Compare
Choose a tag to compare
  • cleans up some of the developer setup
  • adds an example package
  • adds column offsets to reporting (#14)

0.1.9

03 Mar 05:25
9f719f6
Compare
Choose a tag to compare
  • fixes typos
  • updates README
  • adds development Makefile targets
  • uses pipenv for development dependencies
  • restructures setup.py stuff to clean it up a little

0.1.8

02 Mar 04:17
187210a
Compare
Choose a tag to compare
  • Adds visitor for async functions (#9)

0.1.7

15 Nov 14:20
Compare
Choose a tag to compare
  • remove pylint-quotes/pylint dependency on setup (PR#6)

0.1.6

04 Sep 22:44
Compare
Choose a tag to compare
  • adds 'smart quote' mode which allows greater flexibility around string quote escaping (PR#1)
  • fixes bugs where a module/class/function defined with only a docstring (no body elements) would crash the checker due to idx out of range error
  • adds test suite

0.1.5

16 Jun 14:22
Compare
Choose a tag to compare
  • fixes bug where multi-line function signatures were not using proper docstring row number for triple quote lookup before validation.

0.1.3

14 Jun 19:07
Compare
Choose a tag to compare

initial release of pylint-quotes