Skip to content

Commit

Permalink
Fix dev lint run
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Aug 14, 2024
1 parent e545bc3 commit 9df84ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1889,6 +1889,9 @@ services:
command: >
/bin/bash -c "
git config --global --add safe.directory /arrow &&
python3 -m venv ~/pyvenv &&
source ~/pyvenv/bin/activate &&
pip install -U pip setuptools &&
pip install arrow/dev/archery[lint] &&
archery lint --all --no-clang-tidy --no-iwyu --no-numpydoc --src /arrow"
Expand Down

0 comments on commit 9df84ac

Please sign in to comment.