Skip to content

Commit

Permalink
Show ruff output inline in GitHub PRs. (langchain-ai#12647)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored and HoaNQ9 committed Feb 2, 2024
1 parent b220e34 commit 256fdfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:
POETRY_VERSION: "1.6.1"
WORKDIR: ${{ inputs.working-directory == '' && '.' || inputs.working-directory }}

# This env var allows us to get inline annotations when ruff has complaints.
RUFF_OUTPUT_FORMAT: github

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 256fdfe

Please sign in to comment.