Skip to content

Commit 64f1095

Browse files
committed
Fix auto-formatting of pyproject.toml
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent fbb51c6 commit 64f1095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ email = "[email protected]"
6464
dev-flake8 = [
6565
"flake8 == 7.1.1",
6666
"flake8-docstrings == 1.7.0",
67-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
67+
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
6868
"pydoclint == 0.6.0",
6969
"pydocstyle == 6.3.0",
7070
]

0 commit comments

Comments
 (0)