Skip to content

Commit 1374f93

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.215 → v0.0.223](astral-sh/ruff-pre-commit@v0.0.215...v0.0.223) - [github.com/dosisod/refurb: v1.9.1 → v1.10.0](dosisod/refurb@v1.9.1...v1.10.0)
1 parent 2d4ba04 commit 1374f93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: debug-statements
1010
- id: end-of-file-fixer
1111
- repo: https://github.com/pre-commit/pygrep-hooks
12-
rev: v1.9.0 # Use the ref you want to point at
12+
rev: v1.10.0 # Use the ref you want to point at
1313
hooks:
1414
- id: python-check-blanket-noqa
1515
- id: python-check-mock-methods
@@ -36,11 +36,11 @@ repos:
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/charliermarsh/ruff-pre-commit
39-
rev: v0.0.215
39+
rev: v0.0.223
4040
hooks:
4141
- id: ruff
4242
- repo: https://github.com/dosisod/refurb
43-
rev: v1.9.1
43+
rev: v1.10.0
4444
hooks:
4545
- id: refurb
4646
args: [--ignore, FURB126]

0 commit comments

Comments
 (0)