-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bugfix: 取消signal()的providing_args参数传入 #238 * bugfix: ugettext_lazy导入修改为gettext_lazy #238 * feature: 修改pyproject文件 #238 * bugfix: 修改github workflows相关文件python版本 #238 * bugfix: 修改pyproject、tox.ini文件 #238 * bugfix: 修改pyproject、pr_check文件 #238 * bugfix: 修改pr_check文件uses引用 #238 * bugfix: 代码格式化 #238 * bugfix: bool_切换小写比对lower() #238 * bugfix: ugettext_lazy替换成gettext_lazy #238 * bugfix: test_data_for_execution_lack_of_inputs取消多个传参测试 #238 * bugfix: 代码格式化 #238 * bugfix: 代码格式化 #238 * bugfix: 修改action配置文件 #238 * bugfix: 修改tox.ini文件 #238 * bugfix: 代码格式化 #238 * bugfix: 修改poetry和pyproject文件 #238 * bugfix: 修改python版本 #238 * bugfix: 格式化代码 #238 * bugfix: 修改两个poetry.lock文件 #238 * bugfix: 修改bamboo-engine依赖版本 #238 * bugfix: 修改pyproject版本号 #238 * bugfix: 修改bamboo-engine导入的方式 #238
- Loading branch information
Showing
95 changed files
with
2,159 additions
and
1,207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
default_stages: [ commit ] | ||
default_stages: [ pre-commit ] | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v2.1.0 | ||
hooks: | ||
- id: check-merge-conflict | ||
- repo: https://github.com/psf/black | ||
rev: 22.3.0 | ||
rev: 24.10.0 | ||
hooks: | ||
- id: black | ||
language_version: python3 | ||
language_version: python3.11.10 | ||
- repo: https://github.com/pycqa/isort | ||
rev: 5.6.4 | ||
rev: 5.12.0 | ||
hooks: | ||
- id: isort | ||
args: ["--profile", "black", "--filter-files"] | ||
- repo: https://github.com/pycqa/flake8 | ||
rev: 5.0.4 | ||
rev: 6.1.0 | ||
hooks: | ||
- id: flake8 | ||
language_version: python3 | ||
language_version: python3.11.10 | ||
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook | ||
rev: v2.2.0 | ||
hooks: | ||
- id: commitlint | ||
stages: [ commit-msg ] | ||
additional_dependencies: [ '@commitlint/config-conventional' ] | ||
additional_dependencies: [ '@commitlint/config-conventional' ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.