Skip to content

Commit

Permalink
exclude readme file in black lint
Browse files Browse the repository at this point in the history
  • Loading branch information
polskiTran committed Mar 29, 2024
1 parent 90c6313 commit 8613d89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/NatLang2Latex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ pytest = "^8.1.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.black]
extend-exclude = "^/projects/natlang2latex/README.md"

0 comments on commit 8613d89

Please sign in to comment.