Skip to content

Commit a65b2b3

Browse files
committed
Upgrade pre-commit dependencies
1 parent d796677 commit a65b2b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ repos:
44
hooks:
55
- id: end-of-file-fixer
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.12.12
7+
rev: v0.14.0
88
hooks:
99
- id: ruff
1010
args: [--fix, --exit-non-zero-on-fix]
1111
- id: ruff-format
1212
- repo: https://github.com/pre-commit/mirrors-mypy
13-
rev: v1.17.1
13+
rev: v1.18.2
1414
hooks:
1515
- id: mypy
1616
additional_dependencies:

0 commit comments

Comments
 (0)