Skip to content

Commit

Permalink
Fix issue with trailing whitespace (#3195)
Browse files Browse the repository at this point in the history
* chore: upgrade all pre-commit hooks to latest version

* chore: add trailing-whitespace pre-commit hook

* refactor: Avoid trailing whitespace in box definitions

* docs: Add Robin Bowes as a contributor

---------

Co-authored-by: Robin Bowes <robin.bowes@yo61.com>
  • Loading branch information
darrenburns and robinbowes committed Nov 8, 2023
1 parent 50d2a45 commit b32e42b
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 191 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ repos:
- id: mixed-line-ending
- id: check-vcs-permalinks
- id: check-shebang-scripts-are-executable
- id: trailing-whitespace
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
Expand All @@ -34,7 +35,7 @@ repos:
hooks:
- id: black
exclude: ^benchmarks/
- repo: https://github.com/pycqa/isort
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The following people have contributed to the development of Rich:
- [Gregory Beauregard](https://github.com/GBeauregard/pyffstream)
- [Artur Borecki](https://github.com/pufereq)
- [Pedro Aaron](https://github.com/paaaron)
- [Robin Bowes](https://github.com/yo61)
- [Dennis Brakhane](https://github.com/brakhane)
- [Darren Burns](https://github.com/darrenburns)
- [Jim Crist-Harif](https://github.com/jcrist)
Expand Down
Loading

0 comments on commit b32e42b

Please sign in to comment.