Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(datafile): ignore lint rule for codacy, pending refactor (#2363)
Codacy began detecting a "severe" pylint E1126 invalid sequence index violation in #2362. The issue pre-existed that PR, I think the format changes just revealed it. We could just ignore it in the web UI but this is probably worth coming back to, to appease linters and type checkers and to make the code easier to reason about. Relatedly, there is work ongoing to make ruff work with codacy, so hopefully in future we can use ruff ignore syntax for things like this if/when needed
- Loading branch information