We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c35912 commit 8bbc54fCopy full SHA for 8bbc54f
1 file changed
.pre-commit-config.yaml
@@ -3,15 +3,15 @@ default_language_version:
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
# Ruff version.
6
- rev: v0.1.8
+ rev: v0.4.4
7
hooks:
8
# Run the linter.
9
- id: ruff
10
args: [ --fix ]
11
# Run the formatter.
12
- id: ruff-format
13
- repo: https://github.com/pre-commit/mirrors-mypy
14
- rev: v1.5.1
+ rev: v1.10.0
15
16
- id: mypy
17
files: ^src/
0 commit comments