Skip to content

Commit 456802b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.5...v0.4.3) - [github.com/tox-dev/pyproject-fmt: 1.7.0 → 1.8.0](tox-dev/pyproject-fmt@1.7.0...1.8.0)
1 parent e5b2330 commit 456802b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: 'samples'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-ast
@@ -16,7 +16,7 @@ repos:
1616
files: requirements-dev.txt
1717

1818
- repo: https://github.com/psf/black
19-
rev: 24.3.0
19+
rev: 24.4.2
2020
hooks:
2121
- id: black
2222
language_version: python3
@@ -39,7 +39,7 @@ repos:
3939

4040

4141
- repo: https://github.com/econchick/interrogate
42-
rev: 1.5.0
42+
rev: 1.7.0
4343
hooks:
4444
- id: interrogate
4545
exclude: ^(docs|setup.py|tests)
@@ -51,12 +51,12 @@ repos:
5151
- id: add-trailing-comma
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.3.5
54+
rev: v0.4.3
5555
hooks:
5656
- id: ruff
5757

5858
- repo: https://github.com/tox-dev/pyproject-fmt
59-
rev: 1.7.0
59+
rev: 1.8.0
6060
hooks:
6161
- id: pyproject-fmt
6262

0 commit comments

Comments
 (0)