@0x56 The linter in pycharm:
"Expected 2 blank lines"
*adds 3*
"Too many blank lines"
My absolute favorite, though, is that it misreads a part of FastAPI syntax and says a variable is shadowing a variable in an outer scope that doesn't exist
@FreedomATX - I'm currently dealing with eslint and prettier fighting with each other.
One wants tabs (the way G_d intended) the other blasphemes about needing to indent with 2 spaces.
I'm about to to prettier out.
@FreedomATX - figured out my problem.
My package.json disallowed JS files.
Prettier doesn't recognize TS files
So it defaulted to vanilla configuration.