I want to use the python black code reformatter in my pre-commit hooks, but in my company they decided to use tabulators in python code instead of spaces. So I tried to change blacks configuration, but I haven't seen any option to use tabulators, only thing you can influence in is the line length.
Is black so tightly bound to the PEP8 standard that it will never allow tabulators?