Skip to content

Commit

Permalink
chore: update flake8 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
drish committed Dec 15, 2024
1 parent 919e223 commit ab485ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[flake8]
exclude =
__pycache__
.tox
build
.pytest_cache
.mypy_cache
.vscode
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ deps =
pep8-naming

commands =
flake8 --max-line-length=130 resend/
flake8 --max-line-length=130 ./resend/

[testenv:mypy]
deps =
Expand Down

0 comments on commit ab485ff

Please sign in to comment.