-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixes needed for compatibility with chia-blockchain 2.4.4
* Code and tool updates * More code updates * Update README.md Co-authored-by: Matt Hauff <[email protected]> * Minor fixes --------- Co-authored-by: Matt Hauff <[email protected]>
- Loading branch information
1 parent
11434fc
commit b3d697d
Showing
31 changed files
with
399 additions
and
238 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,40 @@ | ||
repos: | ||
- hooks: | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.3.0 | ||
- hooks: | ||
- id: flake8 | ||
repo: https://github.com/pycqa/flake8 | ||
rev: 6.1.0 | ||
- hooks: | ||
- args: | ||
- --profile | ||
- black | ||
id: isort | ||
repo: https://github.com/pycqa/isort | ||
rev: 5.12.0 | ||
- hooks: | ||
- id: black | ||
repo: https://github.com/psf/black | ||
rev: 23.7.0 | ||
- hooks: | ||
- entry: mypy | ||
id: mypy | ||
language: system | ||
name: mypy | ||
types: | ||
- python | ||
- pyi | ||
repo: https://github.com/pre-commit/mirrors-mypy | ||
rev: v1.4.1 | ||
- hooks: | ||
- id: commitizen | ||
stages: | ||
- commit-msg | ||
repo: https://github.com/commitizen-tools/commitizen | ||
rev: v2.27.1 | ||
- hooks: | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.3.0 | ||
- hooks: | ||
- id: flake8 | ||
repo: https://github.com/pycqa/flake8 | ||
rev: 6.1.0 | ||
- hooks: | ||
- args: | ||
- --profile | ||
- black | ||
id: isort | ||
repo: https://github.com/pycqa/isort | ||
rev: 5.12.0 | ||
- hooks: | ||
- id: black | ||
repo: https://github.com/psf/black | ||
rev: 23.7.0 | ||
- hooks: | ||
- entry: mypy | ||
id: mypy | ||
language: system | ||
name: mypy | ||
pass_filenames: false | ||
repo: https://github.com/pre-commit/mirrors-mypy | ||
rev: v1.11.1 | ||
- hooks: | ||
- id: commitizen | ||
stages: | ||
- commit-msg | ||
repo: https://github.com/commitizen-tools/commitizen | ||
rev: v2.27.1 | ||
- hooks: | ||
- id: prettier | ||
types_or: [ini, json, toml, yaml, markdown] | ||
repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: v3.1.0 |
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.