Spaces:
Sleeping
Sleeping
Commit
·
61d3324
1
Parent(s):
bbb39f9
ruffの設定
Browse files- .pre-commit-config.yaml +3 -3
.pre-commit-config.yaml
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
repos:
|
2 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
3 |
-
rev: v0.
|
4 |
hooks:
|
5 |
- id: ruff
|
6 |
args: [--fix, --exit-non-zero-on-fix]
|
7 |
- id: ruff-format
|
8 |
- repo: https://github.com/pre-commit/mirrors-mypy
|
9 |
-
rev: v1.
|
10 |
hooks:
|
11 |
- id: mypy
|
12 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
13 |
-
rev:
|
14 |
hooks:
|
15 |
- id: check-yaml
|
16 |
- id: end-of-file-fixer
|
|
|
1 |
repos:
|
2 |
- repo: https://github.com/astral-sh/ruff-pre-commit
|
3 |
+
rev: v0.12.11
|
4 |
hooks:
|
5 |
- id: ruff
|
6 |
args: [--fix, --exit-non-zero-on-fix]
|
7 |
- id: ruff-format
|
8 |
- repo: https://github.com/pre-commit/mirrors-mypy
|
9 |
+
rev: v1.17.1
|
10 |
hooks:
|
11 |
- id: mypy
|
12 |
- repo: https://github.com/pre-commit/pre-commit-hooks
|
13 |
+
rev: v6.0.0
|
14 |
hooks:
|
15 |
- id: check-yaml
|
16 |
- id: end-of-file-fixer
|