Skip to content

Commit 17159ab

Browse files
authored
Merge pull request #22 from pyjanitor-devs/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 38e0d5d + f19034e commit 17159ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black
12-
rev: 23.7.0
12+
rev: 24.8.0
1313
hooks:
1414
- id: black
1515
args: [--config, pyproject.toml]
1616
- repo: https://github.com/econchick/interrogate
17-
rev: 1.5.0
17+
rev: 1.7.0
1818
hooks:
1919
- id: interrogate
2020
args: [-c, pyproject.toml]
@@ -24,16 +24,16 @@ repos:
2424
- id: darglint
2525
args: [-v 2] # this config makes the error messages a bit less cryptic.
2626
- repo: https://github.com/PyCQA/flake8
27-
rev: 6.1.0
27+
rev: 7.1.1
2828
hooks:
2929
- id: flake8
3030
args: [--exclude, nbconvert_config.py]
3131
- repo: https://github.com/kynan/nbstripout
32-
rev: 0.6.1
32+
rev: 0.7.1
3333
hooks:
3434
- id: nbstripout
3535
- repo: https://github.com/nbQA-dev/nbQA
36-
rev: 1.7.0
36+
rev: 1.8.7
3737
hooks:
3838
- id: nbqa-black
3939
- id: nbqa-isort

0 commit comments

Comments
 (0)