Skip to content

Commit 8e7bc05

Browse files
pre-commit-ci[bot]PetrDlouhy
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.4.0](psf/black@23.12.1...24.4.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0)
1 parent 82cef8f commit 8e7bc05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ repos:
55
- id: isort
66
additional_dependencies: [toml]
77
- repo: https://github.com/psf/black
8-
rev: 23.12.1
8+
rev: 24.4.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.5.0
12+
rev: v4.6.0
1313
hooks:
1414
- id: check-added-large-files
1515
- id: check-case-conflict
@@ -48,6 +48,6 @@ repos:
4848
exclude: test.*|custom_.*|\d\d\d\d_.*
4949

5050
- repo: https://github.com/econchick/interrogate
51-
rev: 1.5.0 # or master if you're bold
51+
rev: 1.7.0 # or master if you're bold
5252
hooks:
5353
- id: interrogate

0 commit comments

Comments
 (0)