Skip to content

Commit

Permalink
Add pyproject.toml, setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
rexzhang committed Nov 12, 2023
1 parent 62ff890 commit 301302b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.isort]
profile = "black"
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[flake8]
# https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#flake8
# W293 blank line contains whitespace
# E203 Whitespace before ':'
# E704 Multiple statements on one line (def)
max-line-length = 88
extend-ignore = E203, E704

0 comments on commit 301302b

Please sign in to comment.