diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3f52eebd..18c01e24 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,11 +7,11 @@ Closes # ### 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//blob/main/newsfragments/README.md) +- [ ] Add entry to the [release notes](https://github.com/ethereum//blob/main/newsfragments/README.md) #### Cute Animal Picture diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58f9e1d8..3ad4843d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: '.project-template|docs/conf.py' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: check-toml @@ -30,6 +30,8 @@ repos: rev: 0.7.17 hooks: - id: mdformat + additional_dependencies: + - mdformat-gfm - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.5.1 hooks: