Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnayak committed Jul 5, 2024
1 parent 91186af commit 32aed93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: flake8 Lint
uses: TrueBrain/actions-flake8@v2
with:
ignore: E203,E701,W503,W504
ignore: E203,E701,W503,W504,BLK100
max_line_length: 118
path: src
plugins: flake8-black flake8-isort flake8-quotes
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
max-line-length = 118
extend-ignore = E203,E701,W503,W504
extend-ignore = E203,E701,W503,W504,BLK100
inline-quotes = double

0 comments on commit 32aed93

Please sign in to comment.