Skip to content

Commit

Permalink
Fix flake8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnayak committed Sep 18, 2024
1 parent e08fe5f commit 10f88df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: flake8 Lint
uses: TrueBrain/actions-flake8@v2
with:
ignore: E203,E701,W503,W504,BLK100 src/agent/test_query_pipeline.py
ignore: E203,E701,W503,W504,BLK100
exclude: src/agent/test_query_pipeline.py
max_line_length: 118
path: src
plugins: flake8-black flake8-isort flake8-quotes
Expand Down

0 comments on commit 10f88df

Please sign in to comment.