Skip to content

Commit 3d3c86c

Browse files
authored
Merge pull request gitpython-developers#1920 from Borda/precommit/end-of-file-fixer
precommit: enable `end-of-file-fixer`
2 parents b71ce68 + 366a607 commit 3d3c86c

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

Diff for: .pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ repos:
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
1919
rev: v4.5.0
2020
hooks:
21+
- id: end-of-file-fixer
22+
exclude: test/fixtures/
2123
- id: check-toml
2224
- id: check-yaml
2325
- id: check-merge-conflict

Diff for: doc/source/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ Indices and tables
2121
* :ref:`genindex`
2222
* :ref:`modindex`
2323
* :ref:`search`
24-

Diff for: doc/source/intro.rst

-1
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,3 @@ License Information
122122
===================
123123
GitPython is licensed under the New BSD License. See the LICENSE file for
124124
more information.
125-

Diff for: doc/source/roadmap.rst

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ The full list of milestones including associated tasks can be found on GitHub:
66
https://github.com/gitpython-developers/GitPython/issues
77

88
Select the respective milestone to filter the list of issues accordingly.
9-

0 commit comments

Comments
 (0)