Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 88dcaad

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.4.9](astral-sh/ruff-pre-commit@v0.3.2...v0.4.9)
1 parent 6664303 commit 88dcaad

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -12,7 +12,7 @@ repos:
1212
- id: check-added-large-files
1313
- id: debug-statements
1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: v1.9.0
15+
rev: v1.10.0
1616
hooks:
1717
- id: mypy
1818
args:
@@ -21,7 +21,7 @@ repos:
2121
additional_dependencies:
2222
- types-setuptools
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.3.2
24+
rev: v0.4.9
2525
hooks:
2626
- id: ruff
2727
args: [ --fix ]

0 commit comments

Comments
 (0)