Skip to content

Commit fa89dfe

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...v0.1.9) - [github.com/dosisod/refurb: v1.25.0 → v1.26.0](dosisod/refurb@v1.25.0...v1.26.0) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
1 parent ac44212 commit fa89dfe

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
@@ -45,18 +45,18 @@ repos:
4545
hooks:
4646
- id: sort-all
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.1.8
48+
rev: v0.1.9
4949
hooks:
5050
- id: ruff-format
5151
- id: ruff
5252
args: [--unsafe-fixes]
5353
- repo: https://github.com/dosisod/refurb
54-
rev: v1.25.0
54+
rev: v1.26.0
5555
hooks:
5656
- id: refurb
5757
args: [--ignore, FURB126]
5858
- repo: https://github.com/pre-commit/mirrors-mypy
59-
rev: v1.7.1
59+
rev: v1.8.0
6060
hooks:
6161
- id: mypy
6262
additional_dependencies: [

0 commit comments

Comments
 (0)