PySimpleSQL / pysimplesql

SQLite3 binding for PySimpleGUI
GNU Lesser General Public License v3.0
47 stars 16 forks source link

Rebased pytest branch #285

Closed ssweber closed 1 year ago

ssweber commented 1 year ago

I think your last pull was working off of an unsynced branch (which is why you didn't have the updated ruff.toml to ignore those errors), so it has merge conflicts. I dont like how githubs conflict resolver works, so just manually did this.

ssweber commented 1 year ago

in https://github.com/PySimpleSQL/pysimplesql/blob/pytest-rebased/ruff.toml

we have the following ignored: "tests/*" = ["BLE001", "F405", "PT011", "PT012", "PT015", "PT017", "SIM114"]