Skip to content

Commit d625ae4

Browse files
pre-commit-ci[bot]tobiasraabe
andauthoredJan 3, 2024
[pre-commit.ci] pre-commit autoupdate (#541)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <raabe@posteo.de>
1 parent 42b785d commit d625ae4

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)
Please sign in to comment.