Question about type checkers sorting #271
-
|
Hello Gabor (or other opinionated tox-devs). I'd like to humbly ask why are type checkers sorted at the very end of the list of tracked tools? In my world, type checkers are normally part of the static code analysis that usually runs after/along with linters/formatters before the more potentially heavy-weight unit test, so it would seem there's some semantic closeness to them. Wouldn't it be better if those would get sorted between linters and testing? I'd like to integrate Naturally, I'd like this to be changed, but if this suggestion doesn't make sense to you, I'd surely want to understand why. I'm also totally willing to adopt one's better opinions 😉 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
There wasn't any deep thought about this part. 🤔 So we canc change it. |
Beta Was this translation helpful? Give feedback.
There wasn't any deep thought about this part. 🤔 So we canc change it.