Closed ssweber closed 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.
in https://github.com/PySimpleSQL/pysimplesql/blob/pytest-rebased/ruff.toml
we have the following ignored: "tests/*" = ["BLE001", "F405", "PT011", "PT012", "PT015", "PT017", "SIM114"]
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.