flake8-sql icon indicating copy to clipboard operation
flake8-sql copied to clipboard

Fixes for Python 3.9+ compatibility

Open walton98 opened this issue 3 years ago • 0 comments

#12 assumes that end_lineno will not be set for single-line strings. However, as of Python 3.9 (python/cpython@b7e9525f9c7ef02a1d2ad8253afdeb733b0951d4) these fields are instead defaulted to None.

Also add testing for Python 3.9/3.10 and drop unmaintained flake8-strict package.

walton98 avatar Jun 15 '22 14:06 walton98