Skip to content

Commit

Permalink
sdf mol writer impl
Browse files Browse the repository at this point in the history
  • Loading branch information
ishitani committed Sep 15, 2024
1 parent d07e16e commit 2469021
Show file tree
Hide file tree
Showing 13 changed files with 471 additions and 369 deletions.
15 changes: 15 additions & 0 deletions pymod/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,18 @@ wheel.packages = ["python/cuemol"]

# [tool.scikit-build.wheel.packages]
# "example/mypackage" = "python/mypackage"

[tool.black]
line-length = 88
target-version = ["py38"]

[tool.isort]
default_section = "THIRDPARTY"
ensure_newline_before_comments = true
force_grid_wrap = 0
force_single_line = false
include_trailing_comma = true
known_first_party = ["pfdock", "pfdock_internal"]
line_length = 88
multi_line_output = 3
use_parentheses = true
Loading

0 comments on commit 2469021

Please sign in to comment.