sqlparse
sqlparse copied to clipboard
Sync tox.ini with .github/workflows/python-app.yml
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).
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.
Switched to hatch
today, there's no need for tox
anymore.