Skip to content

Commit

Permalink
Update tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
jziolkowski committed Sep 27, 2024
1 parent 872224a commit fa68be7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ homepage = "https://github.com/jziolkowski/tdm"
issue-tracker = "https://github.com/jziolkowski/tdm/issues"
documentation = "https://github.com/jziolkowski/tdm/wiki"

[tool.black]
line-length = 100
target-version = ["py38"]
skip-string-normalization = true

[tool.isort]
profile = "black"
line_length = 100
py_version = 38
use_parentheses = true

[tool.setuptools_scm]
write_to = "tdmgr/_version.py"
local_scheme = "no-local-version"
Expand Down

0 comments on commit fa68be7

Please sign in to comment.