Skip to content

Commit

Permalink
feat(dev): add black and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Baelfire18 committed Aug 14, 2022
1 parent f9e7850 commit c3bd5cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[flake8]
# Recommend matching the black line length (default 88),
# rather than using the flake8 default of 79:
max-line-length = 115
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
E203,
2 changes: 2 additions & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
black===22.6.0
flake8===5.0.4

0 comments on commit c3bd5cf

Please sign in to comment.