Skip to content

Commit

Permalink
build: replace black with ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jun 6, 2024
1 parent a2132ff commit 39d53ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ includes = ["fmtm_splitter"]
source-includes = ["LICENSE.md", "README.md"]
[tool.pdm.dev-dependencies]
dev = [
"black>=23.7.0",
"commitizen>=3.6.0",
"pre-commit>=3.3.3",
]
Expand All @@ -78,10 +77,6 @@ docs = [
"mkdocs-exclude>=1.0.2",
]

[tool.black]
line-length = 132
target-versions = ["py310", "py311"]

[tool.ruff]
fix = true
line-length = 132
Expand Down

0 comments on commit 39d53ff

Please sign in to comment.