Skip to content

Commit f82a9dd

Browse files
committed
🔧 update pre-commit configuration
1 parent 3d4032a commit f82a9dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ repos:
1515
args: [ --py37-plus, --keep-runtime-typing ]
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
# Ruff version.
18-
rev: v0.8.4
18+
rev: v0.9.1
1919
hooks:
2020
# Run the linter.
2121
- id: ruff
2222
args: [ --fix ]
2323
# Run the formatter.
2424
- id: ruff-format
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.14.0
26+
rev: v1.14.1
2727
hooks:
2828
- id: mypy
2929
args: [ --check-untyped-defs ]

0 commit comments

Comments
 (0)