mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
bump pre-commit to 4.5 and add github-flavored markdown linting extension
This commit is contained in:
6
.github/pull_request_template.md
vendored
6
.github/pull_request_template.md
vendored
@ -7,11 +7,11 @@ Closes #
|
|||||||
|
|
||||||
### Todo:
|
### Todo:
|
||||||
|
|
||||||
- \[ \] Clean up commit history
|
- [ ] Clean up commit history
|
||||||
|
|
||||||
- \[ \] Add or update documentation related to these changes
|
- [ ] Add or update documentation related to these changes
|
||||||
|
|
||||||
- \[ \] Add entry to the [release notes](https://github.com/ethereum/<REPO_NAME>/blob/main/newsfragments/README.md)
|
- [ ] Add entry to the [release notes](https://github.com/ethereum/<REPO_NAME>/blob/main/newsfragments/README.md)
|
||||||
|
|
||||||
#### Cute Animal Picture
|
#### Cute Animal Picture
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
exclude: '.project-template|docs/conf.py'
|
exclude: '.project-template|docs/conf.py'
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v3.4.0
|
rev: v4.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: check-toml
|
- id: check-toml
|
||||||
@ -30,6 +30,8 @@ repos:
|
|||||||
rev: 0.7.17
|
rev: 0.7.17
|
||||||
hooks:
|
hooks:
|
||||||
- id: mdformat
|
- id: mdformat
|
||||||
|
additional_dependencies:
|
||||||
|
- mdformat-gfm
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: v1.5.1
|
rev: v1.5.1
|
||||||
hooks:
|
hooks:
|
||||||
|
|||||||
Reference in New Issue
Block a user