Releases: edaniszewski/pylint-quotes
Releases · edaniszewski/pylint-quotes
0.2.2
This release fixes incompatibility with pylint 2.8.0+
related PRs:
related issues:
0.2.1
- fixes bug with
col_offset
in older versions of pylint (#19)
0.2.0
- cleans up some of the developer setup
- adds an example package
- adds column offsets to reporting (#14)
0.1.9
- 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
- Adds visitor for async functions (#9)
0.1.7
- remove pylint-quotes/pylint dependency on setup (PR#6)
0.1.6
- 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
- fixes bug where multi-line function signatures were not using proper docstring row number for triple quote lookup before validation.
0.1.3
initial release of pylint-quotes