This repository was archived by the owner on Oct 17, 2024. It is now read-only.
  
  
  
  
  
Description
I've yet to come up with a MRE, but I recently got a pre-commit autoupdate PR that made this change: meltano/tap-smoke-test@b043671.
You can notice there how [tool.ruff.lint.isort] (and a few others) are left empty, but there's a corresponding lint.isort.required-imports = ... inline key created in the parent table. This breaks TOML parsing.