Skip to content

Commit f1f5103

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/psf/black: 23.1.0 → 24.4.0](psf/black@23.1.0...24.4.0) - [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
1 parent 1ef7b08 commit f1f5103

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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.1.0
12+
rev: 24.4.0
1313
hooks:
1414
- id: black
1515
args: [--config, pyproject.toml]
@@ -19,7 +19,7 @@ repos:
1919
# - id: isort
2020
# name: isort (python)
2121
- repo: https://github.com/econchick/interrogate
22-
rev: 1.5.0
22+
rev: 1.7.0
2323
hooks:
2424
- id: interrogate
2525
args: [-c, pyproject.toml]
@@ -29,7 +29,7 @@ repos:
2929
- id: darglint
3030
args: [-v 2] # this config makes the error messages a bit less cryptic.
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 6.0.0
32+
rev: 7.0.0
3333
hooks:
3434
- id: flake8
3535
args: [--exclude, nbconvert_config.py]

0 commit comments

Comments
 (0)