Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3d3c86c

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

File tree

4 files changed

+2
-3
lines changed
Filter options

4 files changed

+2
-3
lines changed

‎.pre-commit-config.yaml

Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+2Lines changed: 2 additions & 0 deletions
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

‎doc/source/index.rst

Copy file name to clipboardExpand all lines: doc/source/index.rst
-1Lines changed: 0 additions & 1 deletion
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-

‎doc/source/intro.rst

Copy file name to clipboardExpand all lines: doc/source/intro.rst
-1Lines changed: 0 additions & 1 deletion
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-

‎doc/source/roadmap.rst

Copy file name to clipboardExpand all lines: doc/source/roadmap.rst
-1Lines changed: 0 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.