zheller / flake8-quotes

Flake8 extension for checking quotes in python
MIT License
178 stars 39 forks source link

Add test cases for python3.7 and python3.8 #89

Closed sobolevn closed 4 years ago

sobolevn commented 4 years ago

Currently both tox.ini and travis.yml do not support latest python versions.

I can send a PR with the fix!

Related: https://github.com/wemake-services/wemake-python-styleguide/issues/1138

twolfson commented 4 years ago

Are you saying that the latest Python versions are broken or that we simply aren't testing them?

On Sun, Mar 8, 2020, 6:20 AM Nikita Sobolev notifications@github.com wrote:

Currently both tox.ini and travis.yml do not support latest python versions.

I can send a PR with the fix!

Related: wemake-services/wemake-python-styleguide#1138 https://github.com/wemake-services/wemake-python-styleguide/issues/1138

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zheller/flake8-quotes/issues/89?email_source=notifications&email_token=AAG4KWHOPRH7ADH5O3FGS43RGOLSXA5CNFSM4LDZMOC2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ITL6MSA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG4KWHAQNL7Z7U3V4456MTRGOLSXANCNFSM4LDZMOCQ .

sobolevn commented 4 years ago

I don't think that they are broken 🙂

But, tests should tell us that!

sobolevn commented 4 years ago

Yeap, they are failing 🥇