Skip to content

Commit 7029c08

Browse files
committed
style: fix eof and trailing spaces
1 parent 774c3f8 commit 7029c08

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

Diff for: .codacy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
exclude_paths:
22
- 'tests/**'
3-
- 'docs/**'
3+
- 'docs/**'

Diff for: .github/workflows/pythonpublish.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ jobs:
2828
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
3030
./scripts/publish
31-

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

Diff for: commitizen/cz/conventional_commits/conventional_commits_info.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ information and is contained within parenthesis, e.g., feat(parser): add ability
2828

2929
[optional body]
3030

31-
[optional footer]
31+
[optional footer]

Diff for: docs/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ cz c
7777
### Integrating with Pre-commit
7878
Commitizen can lint your commit message for you with `cz check`.
7979
You can integrate this in your [pre-commit](https://pre-commit.com/) config with:
80+
8081
```yaml
8182
---
8283
repos:
@@ -86,6 +87,7 @@ repos:
8687
- id: commitizen
8788
stages: [commit-msg]
8889
```
90+
8991
Read more about the `check` command [here](https://commitizen-tools.github.io/commitizen/check/).
9092

9193
### Help

Diff for: pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,3 @@ line_length = 88
109109
[build-system]
110110
requires = ["poetry>=0.12"]
111111
build-backend = "poetry.masonry.api"
112-

0 commit comments

Comments
 (0)