Skip to content

Commit cebb761

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.205 → v0.0.237](astral-sh/ruff-pre-commit@v0.0.205...v0.0.237) - [github.com/dosisod/refurb: v1.9.1 → v1.10.0](dosisod/refurb@v1.9.1...v1.10.0) - [github.com/PyCQA/docformatter: v1.5.1 → v1.6.0.rc1](PyCQA/docformatter@v1.5.1...v1.6.0.rc1)
1 parent ca807db commit cebb761

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
@@ -17,7 +17,7 @@ repos:
1717
args: [--branch, main]
1818
- id: trailing-whitespace
1919
- repo: https://github.com/pre-commit/pygrep-hooks
20-
rev: v1.9.0 # Use the ref you want to point at
20+
rev: v1.10.0 # Use the ref you want to point at
2121
hooks:
2222
- id: python-check-blanket-noqa
2323
- id: python-check-mock-methods
@@ -40,11 +40,11 @@ repos:
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/charliermarsh/ruff-pre-commit
43-
rev: v0.0.205
43+
rev: v0.0.237
4444
hooks:
4545
- id: ruff
4646
- repo: https://github.com/dosisod/refurb
47-
rev: v1.9.1
47+
rev: v1.10.0
4848
hooks:
4949
- id: refurb
5050
args: [--ignore, FURB126]
@@ -53,7 +53,7 @@ repos:
5353
hooks:
5454
- id: setup-cfg-fmt
5555
- repo: https://github.com/PyCQA/docformatter
56-
rev: v1.5.1
56+
rev: v1.6.0.rc1
5757
hooks:
5858
- id: docformatter
5959
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]

0 commit comments

Comments
 (0)