Skip to content

Commit

Permalink
Poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-r-rose committed Aug 16, 2023
1 parent 9876a56 commit 74e54c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ repos:
types: [sql]
require_serial: true
entry: >
python -c "import os, subprocess; os.chdir('transform'); subprocess.run(
['sqlfluff', 'fix', '--force', '--processes', '1', '--nocolor',
poetry run python -c "import os, subprocess; os.chdir('transform');
subprocess.run(['sqlfluff', 'fix', '--force', '--processes', '1', '--nocolor',
'--show-lint-violations', '--disable-progress-bar'], check=True,
)"

0 comments on commit 74e54c5

Please sign in to comment.