Skip to content

Commit

Permalink
build(pyproject): Run pyproject.toml through dprint
Browse files Browse the repository at this point in the history
dprint fmt --config ~/.dprint.conf -- pyproject.toml
  • Loading branch information
tony committed Aug 16, 2022
1 parent c953e8c commit ace4da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ lint = ["flake8", "mypy", "sqlalchemy-stubs", "types-appdirs"]

[tool.mypy]
plugins = [
"sqlmypy"
"sqlmypy",
]

[[tool.mypy.overrides]]
module = [
"unihan_etl"
"unihan_etl",
]
ignore_missing_imports = true

Expand Down

0 comments on commit ace4da2

Please sign in to comment.