Skip to content

Commit

Permalink
use gihub-flavored markdown linting so todo checkboxes work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Oct 11, 2023
1 parent 12307d2 commit b509e15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/pull_request_template.md
Expand Up @@ -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/pyrlp/blob/main/newsfragments/README.md)
- [ ] Add entry to the [release notes](https://github.com/ethereum/pyrlp/blob/main/newsfragments/README.md)

#### Cute Animal Picture

Expand Down
4 changes: 3 additions & 1 deletion .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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b509e15

Please sign in to comment.