Skip to content

Commit 7344710

Browse files
committed
chore: run pre-commit autoupdate
1 parent 66cde2d commit 7344710

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# Fix end of files
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -12,7 +12,7 @@ repos:
1212
# Lint and format
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
1414
# Ruff version.
15-
rev: v0.6.3
15+
rev: v0.13.0
1616
hooks:
1717
# Run the linter.
1818
- id: ruff
@@ -23,7 +23,7 @@ repos:
2323

2424
# Static type-checking with mypy
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: 'v1.11.2'
26+
rev: 'v1.18.1'
2727
hooks:
2828
- id: mypy
2929
additional_dependencies: [types-requests]

0 commit comments

Comments
 (0)