Skip to content

Commit 7b96939

Browse files
authored
Merge pull request #18 from pyjanitor-devs/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b96caa7 + 072f073 commit 7b96939

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black
12-
rev: 22.12.0
12+
rev: 23.1.0
1313
hooks:
1414
- id: black
1515
args: [--config, pyproject.toml]
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: nbstripout
3535
- repo: https://github.com/nbQA-dev/nbQA
36-
rev: 1.5.3
36+
rev: 1.6.1
3737
hooks:
3838
- id: nbqa-black
3939
- id: nbqa-isort

docs/teacher_pupil.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
"@pf.register_dataframe_method\n",
129129
"def drop_duplicated_column(df, column_name: str, column_order: int = 0):\n",
130130
" \"\"\"Remove duplicated columns and retain only a column given its order.\n",
131-
" Order 0 is to remove the first column, Order 1 is to remove the second column, and etc\"\"\"\n",
131+
" Order 0 is to remove the first column, Order 1 is to remove the second column, and etc\n",
132+
" \"\"\"\n",
132133
"\n",
133134
" cols = list(df.columns)\n",
134135
" col_indexes = [\n",

0 commit comments

Comments
 (0)