Skip to content

Commit

Permalink
flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
avocadodip committed Sep 8, 2024
1 parent d8d1637 commit 7a11cb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ exclude =
dist,
venv
ignore =
E203, # whitespace before ':' (black formatter compatibility)
E266, # too many leading '#' for block comment
E501, # line too long (handled by max-line-length)
W503 # line break before binary operator (black formatter compatibility)
E203,
E266,
E501,
W503
per-file-ignores =
__init__.py:F401
2 changes: 1 addition & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

jobs:
lint-and-test:
auto-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7a11cb1

Please sign in to comment.