Hello! I am preparing for submitting a PR and reading the "Code style and Linting" section of the development doc:
https://github.com/apache/arrow/blob/master/docs/source/developers/cpp/development.rst#code-style-linting-and-ci I got to the point that I am running "" archery lint --cpplint --clang-format --clang-tidy --fix "" but got """ ninja: error: unknown target 'format' """ and wonder what I might have done wrong? Thanks, Li