Just a sharing: <https://docs.backend.ai/en/latest...
# general
r
Just a sharing: https://docs.backend.ai/en/latest/dev/daily-workflows.html piling common tasks for my team members after migration to Pants.
🙌 1
💯 2
h
This is great!
A lot of teams end up creating something like this for themselves, so we're looking into having a general cheat sheet that all users can share. cc @ancient-vegetable-10556 @hundreds-father-404
👍 4
p
I love this. thank u for sharing
b
FYI @rhythmic-morning-87313 for "Running lint and check", we speed up
mypy
runs by not installing the built-in mypy check rules, and expose an identical copy of the mypy rules, but as a
lint
implementation. That way you get the batching. I still think
mypy
is a linter in Pants-terms and not a checker. 😤
w
rm -r .tmp .pants.d ~/.cache/pants
Man, how I would love to see a native pants cache clear option. Feels like an odd stumbling block to run into often
b
There's an open issue for it. It was the first thing I thought about trying, lol
w
Me too, but I'm always worried I'll slip a
rm -rf /
by "accident"
Which, amusingly, one of my employees did on one of his first days on the job a while back
😱 2