Skip to content

Commit 7a02e13

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.241 → v0.0.254](astral-sh/ruff-pre-commit@v0.0.241...v0.0.254) - [github.com/dosisod/refurb: v1.10.0 → v1.13.0](dosisod/refurb@v1.10.0...v1.13.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.1](pre-commit/mirrors-mypy@v0.991...v1.0.1)
1 parent 5119db0 commit 7a02e13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ repos:
5252
hooks:
5353
- id: black
5454
- repo: https://github.com/charliermarsh/ruff-pre-commit
55-
rev: v0.0.241
55+
rev: v0.0.254
5656
hooks:
5757
- id: ruff
5858
args: [hooks, tests]
5959
pass_filenames: false
6060
- repo: https://github.com/dosisod/refurb
61-
rev: v1.10.0
61+
rev: v1.13.0
6262
hooks:
6363
- id: refurb
6464
args: [--ignore, FURB126]
@@ -103,7 +103,7 @@ repos:
103103
- id: codespell
104104
additional_dependencies: [tomli]
105105
- repo: https://github.com/pre-commit/mirrors-mypy
106-
rev: 'v0.991'
106+
rev: 'v1.0.1'
107107
hooks:
108108
- id: mypy
109109
args: [

0 commit comments

Comments
 (0)