你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Update pre-commit recipe to match mpi branch
这个提交包含在:
@@ -1,4 +1,5 @@
|
||||
# See https://pre-commit.com for more information
|
||||
exclude: '\S*.map'
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.5.0
|
||||
@@ -7,14 +8,15 @@ repos:
|
||||
- id: end-of-file-fixer
|
||||
- id: check-yaml
|
||||
- id: check-added-large-files
|
||||
args: ['--maxkb=1000']
|
||||
- id: check-toml
|
||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||
rev: 23.12.0
|
||||
hooks:
|
||||
- id: black
|
||||
args: ["--line-length", "120"] # Adjust the max line length value as needed.
|
||||
args: ["--line-length", "100"] # Adjust the max line length value as needed.
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.13.2
|
||||
hooks:
|
||||
- id: isort
|
||||
args: ["--line-length", "120", "--profile", "black"]
|
||||
args: ["--line-length", "100", "--profile", "black"]
|
||||
|
在新工单中引用
屏蔽一个用户