Skip to content

Commit 2d3f391

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 3e2d84e commit 2d3f391

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
exclude: tests/data
@@ -14,7 +14,7 @@ repos:
1414
files: requirements-dev.txt
1515

1616
- repo: https://github.com/psf/black
17-
rev: 24.3.0
17+
rev: 24.4.2
1818
hooks:
1919
- id: black
2020
language_version: python3
@@ -25,7 +25,7 @@ repos:
2525
- id: blackdoc
2626

2727
- repo: https://github.com/econchick/interrogate
28-
rev: 1.5.0
28+
rev: 1.7.0
2929
hooks:
3030
- id: interrogate
3131
exclude: ^(docs|tests)
@@ -45,12 +45,12 @@ repos:
4545
- id: add-trailing-comma
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.3.5
48+
rev: v0.4.3
4949
hooks:
5050
- id: ruff
5151

5252
- repo: https://github.com/tox-dev/pyproject-fmt
53-
rev: 1.7.0
53+
rev: 1.8.0
5454
hooks:
5555
- id: pyproject-fmt
5656

0 commit comments

Comments
 (0)