googleapis / python-spanner-sqlalchemy

Apache License 2.0
38 stars 28 forks source link

fix: Fix check so it's all lowercase. #321

Closed jakehilton closed 1 year ago

jakehilton commented 1 year ago

Fixes #319

conventional-commit-lint-gcf[bot] commented 1 year ago

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot https://conventionalcommits.org/

asthamohta commented 1 year ago

@jakehilton, can you please run nox -s blacken once before committing and look at the tests failing

jakehilton commented 1 year ago

@asthamohta I fixed up the errors being reported. There were a few tests failing locally before my changes and I confirmed no new errors were generated. Can we re-run the tests again to see if something pops? Thanks!