Skip to content

Commit 5f54c36

Browse files
committed
update pre-commit
1 parent 1e72190 commit 5f54c36

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
3-
# https://github.com/python/black#version-control-integration
43
repos:
54
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.12.1
5+
rev: v0.12.11
76
hooks:
87
- id: ruff-check
98
- id: ruff-format
109
- repo: https://github.com/pre-commit/mirrors-mypy
11-
rev: v1.16.1
10+
rev: v1.17.1
1211
hooks:
1312
- id: mypy
1413
additional_dependencies: [types-requests]

0 commit comments

Comments
 (0)