Skip to content

Commit a1973c9

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.223](astral-sh/ruff-pre-commit@v0.0.205...v0.0.223) - [github.com/dosisod/refurb: v1.9.1 → v1.10.0](dosisod/refurb@v1.9.1...v1.10.0)
1 parent b6ec2cd commit a1973c9

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
@@ -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
20+
rev: v1.10.0
2121
hooks:
2222
- id: python-check-blanket-noqa
2323
- id: python-check-mock-methods
@@ -45,11 +45,11 @@ repos:
4545
hooks:
4646
- id: black
4747
- repo: https://github.com/charliermarsh/ruff-pre-commit
48-
rev: v0.0.205
48+
rev: v0.0.223
4949
hooks:
5050
- id: ruff
5151
- repo: https://github.com/dosisod/refurb
52-
rev: v1.9.1
52+
rev: v1.10.0
5353
hooks:
5454
- id: refurb
5555
args: [--ignore, FURB126]

0 commit comments

Comments
 (0)