Skip to content

Commit 0989dd5

Browse files
committed
fix end-of-file-fixer
1 parent 9f684e5 commit 0989dd5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+36
-80
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion

.github/ISSUE_TEMPLATE/general-question.md

Lines changed: 1 addition & 1 deletion

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
rev: v4.0.1
77
hooks:
88
- id: trailing-whitespace
9-
# - id: end-of-file-fixer
9+
- id: end-of-file-fixer
1010

1111
- repo: https://github.com/google/yapf
1212
rev: v0.43.0

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ python:
77
version: 3.7
88
install:
99
- requirements: docs/requirements.txt
10-
- requirements: requirements.txt
10+
- requirements: requirements.txt

CODE-OF-CONDUCT.md

Lines changed: 1 addition & 1 deletion

CONTRIBUTE.md

Lines changed: 1 addition & 1 deletion

docs/install.rst

Lines changed: 1 addition & 1 deletion

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ DeepPurpose
66
rxn4chemistry
77
pandas_flavor
88
descriptastorus @ git+https://github.com/bp-kelley/descriptastorus.git@2.4.0
9-
rd_filters @ git+https://github.com/PatWalters/rd_filters.git
9+
rd_filters @ git+https://github.com/PatWalters/rd_filters.git

docs/tdc.base_dataset.rst

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)