Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Nov 13, 2023
1 parent 62c21f9 commit 2a1eb39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pingouin/pairwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def ptests(
padjust=None,
stars=True,
pval_stars={0.001: "***", 0.01: "**", 0.05: "*"},
**kwargs
**kwargs,
):
"""
Pairwise T-test between columns of a dataframe.
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[tool.black]
line-length = 100
line-length = 100
target-version = ['py311']
include = '\.pyi?$'

0 comments on commit 2a1eb39

Please sign in to comment.