Skip to content

Commit

Permalink
Format code for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nexy7574 committed Jan 30, 2024
1 parent d893539 commit 44722f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies = {file = "requirements.txt"}

[tool.black]
line-length = 120
target-versions = ["py39", "py310", "py311", "py312"]
target-version = ["py39", "py310", "py311", "py312"]
include = 'src/niobot(/utils)?/.+\.py'

[tool.isort]
Expand Down

0 comments on commit 44722f7

Please sign in to comment.