sqlparse icon indicating copy to clipboard operation
sqlparse copied to clipboard

Sync tox.ini with .github/workflows/python-app.yml

Open living180 opened this issue 1 year ago • 1 comments

Add new Python versions, update the flake8 command, and set isolated_build = True since sqlparse is using a PEP-517 pyproject.toml file (see https://tox.wiki/en/3.27.1/example/package.html for more info).

living180 avatar Mar 29 '23 11:03 living180

Codecov Report

Patch and project coverage have no change.

Comparison is base (fc76056) 96.95% compared to head (1a4592b) 96.95%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #711   +/-   ##
=======================================
  Coverage   96.95%   96.95%           
=======================================
  Files          20       20           
  Lines        1545     1545           
=======================================
  Hits         1498     1498           
  Misses         47       47           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Mar 29 '23 11:03 codecov[bot]

Switched to hatch today, there's no need for tox anymore.

andialbrecht avatar Mar 16 '24 15:03 andialbrecht