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 c122ef3 commit a7b879bCopy full SHA for a7b879b
.pre-commit-config.yaml
@@ -1,20 +1,20 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
-- repo: https://github.com/charliermarsh/ruff-pre-commit
9
- rev: "v0.3.7"
+- repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: "v0.8.6"
10
11
- id: ruff
12
args: [--fix]
13
- id: ruff-format
14
15
16
- repo: https://github.com/pre-commit/mirrors-mypy
17
- rev: v1.9.0
+ rev: v1.14.1
18
19
- id: mypy
20
files: ".+.py"
0 commit comments