Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
add pysen
Browse files Browse the repository at this point in the history
  • Loading branch information
kimusaku committed Aug 10, 2023
1 parent c4dc2b2 commit 0498bcd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,22 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.plugins."code_block_generator"]
preprocess = "preprocess:Preprocess"

[tool.pysen]
version = "0.10"

[tool.pysen-cli]
settings_dir = ".pysen"

[tool.pysen.lint]
enable_black = true
enable_flake8 = true
enable_isort = true
enable_mypy = false
line_length = 120
py_version = "py310"

[tool.pysen.lint.source]
includes = ["sapientml/", "tests/"]
[pytest]
addopts = "-p no:cacheprovider -s"

0 comments on commit 0498bcd

Please sign in to comment.