Merge pull request #375 from Sai-Suraj-27/new_versions

Updated the `gprMax.toml` file.
这个提交包含在:
Craig Warren
2023-08-29 15:14:51 +01:00
提交者 GitHub
当前提交 6843fd792b
共有 2 个文件被更改,包括 7 次插入1 次删除

查看文件

@@ -1,7 +1,7 @@
# See https://pre-commit.com for more information # See https://pre-commit.com for more information
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0 rev: v4.4.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer

查看文件

@@ -2,3 +2,9 @@
requires = ['setuptools', 'wheel', 'numpy>=1.19.0', 'Cython>=0.29.21', requires = ['setuptools', 'wheel', 'numpy>=1.19.0', 'Cython>=0.29.21',
'jinja2'] 'jinja2']
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[tool.black]
line-length = 120
[tool.isort]
profile = "black"