Skip to content

Commit 8c9793b

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/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.205 → v0.0.241](astral-sh/ruff-pre-commit@v0.0.205...v0.0.241) - [github.com/dosisod/refurb: v1.9.1 → v1.11.0](dosisod/refurb@v1.9.1...v1.11.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 8c9793b

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
@@ -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
@@ -36,15 +36,15 @@ repos:
3636
- id: reorder-python-imports
3737
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3838
- repo: https://github.com/psf/black
39-
rev: 22.12.0
39+
rev: 23.1.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/charliermarsh/ruff-pre-commit
43-
rev: v0.0.205
43+
rev: v0.0.241
4444
hooks:
4545
- id: ruff
4646
- repo: https://github.com/dosisod/refurb
47-
rev: v1.9.1
47+
rev: v1.11.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)