Skip to content

Commit

Permalink
Add black formatter to project
Browse files Browse the repository at this point in the history
  • Loading branch information
cN3rd committed Apr 9, 2021
1 parent f9bff08 commit 3eff212
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
max-line-length = 88
extend-ignore = E203, W503
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def get_requirements():
install_requires=get_requirements(),
extras_require={
"dev": [
"black",
"pytest",
"pytest-check",
"sphinx_rtd_theme",
Expand Down

0 comments on commit 3eff212

Please sign in to comment.