Skip to content

Commit

Permalink
Replace .flake8 with setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jan 17, 2024
1 parent 0344574 commit c041262
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .flake8

This file was deleted.

5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[flake8]
max-line-length = 88
ignore = E226, N802, N803, N806, W503, W504
exclude = __init__.py

0 comments on commit c041262

Please sign in to comment.