We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea651ad commit 4eca05bCopy full SHA for 4eca05b
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- - repo: https://github.com/charliermarsh/ruff-pre-commit
3
- rev: v0.11.6
+ - repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.11.13
4
hooks:
5
- id: ruff
6
args: [ --fix ]
7
- id: ruff-format
8
- repo: https://github.com/pre-commit/mirrors-mypy
9
- rev: v1.15.0
+ rev: v1.16.0
10
11
- id: mypy
12
additional_dependencies:
0 commit comments