Skip to content

Commit 901b043

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.244 → v0.0.257](astral-sh/ruff-pre-commit@v0.0.244...v0.0.257) - [github.com/dosisod/refurb: v1.12.0 → v1.14.0](dosisod/refurb@v1.12.0...v1.14.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.1.1](pre-commit/mirrors-mypy@v1.0.0...v1.1.1)
1 parent 2a60aa4 commit 901b043

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
@@ -35,11 +35,11 @@ repos:
3535
hooks:
3636
- id: black
3737
- repo: https://github.com/charliermarsh/ruff-pre-commit
38-
rev: v0.0.244
38+
rev: v0.0.257
3939
hooks:
4040
- id: ruff
4141
- repo: https://github.com/dosisod/refurb
42-
rev: v1.12.0
42+
rev: v1.14.0
4343
hooks:
4444
- id: refurb
4545
args: [--ignore, FURB126]
@@ -62,13 +62,13 @@ repos:
6262
]
6363
args: [--wrap, "88"]
6464
- repo: https://github.com/codespell-project/codespell
65-
rev: v2.2.2
65+
rev: v2.2.4
6666
hooks:
6767
- id: codespell
6868
args: [-L als, -L unparseable]
6969
additional_dependencies: ["tomli"]
7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: 'v1.0.0'
71+
rev: 'v1.1.1'
7272
hooks:
7373
- id: mypy
7474
args: [

0 commit comments

Comments
 (0)