Skip to content

Commit e196c98

Browse files
committed
remove unused rely
Signed-off-by: wangli <[email protected]>
1 parent 5a7f81a commit e196c98

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@ repos:
4646
# args: [fix]
4747
- repo: local
4848
hooks:
49-
- id: mypy-local
50-
name: Run mypy for local Python installation
51-
entry: tools/mypy.sh 0 "local"
52-
language: system
53-
types: [python]
54-
stages: [pre-commit] # Don't run in CI
49+
# For local development, you can run mypy using tools/mypy.sh script if needed.
50+
# - id: mypy-local
51+
# name: Run mypy for local Python installation
52+
# entry: tools/mypy.sh 0 "local"
53+
# language: system
54+
# types: [python]
55+
# stages: [pre-commit] # Don't run in CI
5556
- id: mypy-3.9 # TODO: Use https://github.com/pre-commit/mirrors-mypy when mypy setup is less awkward
5657
name: Run mypy for Python 3.9
5758
entry: tools/mypy.sh 1 "3.9"

requirements-lint.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# formatting
2-
yapf==0.32.0
3-
toml==0.10.2
4-
tomli==2.0.2
5-
ruff==0.6.5
6-
codespell==2.3.0
7-
isort==5.13.2
8-
clang-format==18.1.5
9-
sphinx-lint==1.0.0
2+
pre-commit==4.0.1
103

114
# type checking
125
mypy==1.15.0

0 commit comments

Comments
 (0)