Skip to content

Commit

Permalink
Fix pre-commit trimming linebreaks in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed May 22, 2024
1 parent 0ec3668 commit e28659f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Contribute
----------
targetcli complies with PEP 621 and as such can be built and installed with tools like `build` and `pip`.

For development, consider using [Hatch](https://hatch.pypa.io):
`hatch shell` to create and enter a Python virtualenv with the project installed in editable mode
`pre-commit install` to enable pre-commit hooks
`hatch build` to create tarball and wheel
For development, consider using [Hatch](https://hatch.pypa.io):
`hatch shell` to create and enter a Python virtualenv with the project installed in editable mode
`pre-commit install` to enable pre-commit hooks
`hatch build` to create tarball and wheel

"fb" -- "free branch"
---------------------
Expand Down

0 comments on commit e28659f

Please sign in to comment.