Skip to content

Commit

Permalink
Updated Linter added modules for Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tveevm committed Oct 7, 2024
1 parent a05ae9c commit 51592bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[flake8]
inline-quotes = double
ignore = E501, W503, F401
max-line-length = 100
exclude =
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black flake8
pip install black flake8 flake8-import-order flake8-quotes
- name: Run unit tests
run: |
Expand Down

0 comments on commit 51592bd

Please sign in to comment.