Skip to content

Commit b32e42b

Browse files
Fix issue with trailing whitespace (#3195)
* 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>
1 parent 50d2a45 commit b32e42b

File tree

3 files changed

+157
-191
lines changed

3 files changed

+157
-191
lines changed

.pre-commit-config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ repos:
1616
- id: mixed-line-ending
1717
- id: check-vcs-permalinks
1818
- id: check-shebang-scripts-are-executable
19+
- id: trailing-whitespace
1920
- repo: https://github.com/pre-commit/pygrep-hooks
2021
rev: v1.10.0
2122
hooks:
@@ -34,7 +35,7 @@ repos:
3435
hooks:
3536
- id: black
3637
exclude: ^benchmarks/
37-
- repo: https://github.com/pycqa/isort
38+
- repo: https://github.com/PyCQA/isort
3839
rev: 5.12.0
3940
hooks:
4041
- id: isort

CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The following people have contributed to the development of Rich:
88
- [Gregory Beauregard](https://github.com/GBeauregard/pyffstream)
99
- [Artur Borecki](https://github.com/pufereq)
1010
- [Pedro Aaron](https://github.com/paaaron)
11+
- [Robin Bowes](https://github.com/yo61)
1112
- [Dennis Brakhane](https://github.com/brakhane)
1213
- [Darren Burns](https://github.com/darrenburns)
1314
- [Jim Crist-Harif](https://github.com/jcrist)

0 commit comments

Comments
 (0)