Skip to content

Commit

Permalink
Cleanup release notes (#741)
Browse files Browse the repository at this point in the history
* Add extlinks configuration for GitHub users and issues

* Replace all hard-coded Github profile links
  • Loading branch information
benjaoming committed Nov 27, 2023
1 parent 2f7ea10 commit d424094
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 423 deletions.
8 changes: 5 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ repos:
- id: flake8
exclude: ^docs

- repo: https://github.com/myint/rstcheck
rev: 3f92957
- repo: https://github.com/rstcheck/rstcheck
rev: v6.2.0
hooks:
- id: rstcheck
additional_dependencies:
- sphinx
args: [--ignore-directives=code]
args:
- --ignore-directives=code
- --ignore-roles=github-issue,github-user

- repo: https://github.com/psf/black
rev: 22.3.0
Expand Down

0 comments on commit d424094

Please sign in to comment.