Skip to content

Commit

Permalink
Add pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Dec 12, 2023
1 parent d5a7797 commit 801dfbc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[tool.autopep8]
max_line_length = 100
aggressive = 3
experimental = true

[tool.mypy]
disable_error_code = ["import-untyped"]
no_strict_optional = true
strict = true

0 comments on commit 801dfbc

Please sign in to comment.