Skip to content

Commit

Permalink
Update .pre-commit-config.yaml to add end-of-file-fixer (#193)
Browse files Browse the repository at this point in the history
* Update .pre-commit-config.yaml to add end-of-file-fixer

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
tkoyama010 and pre-commit-ci[bot] authored Nov 30, 2023
1 parent e20bdab commit 76c7e0e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
**/*.DS_Store
**/*.ipynb_checkpoints

doc/source/images/auto-generated/*
doc/source/images/auto-generated/*
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
exclude: ^(doc/source/_static/*)
- id: end-of-file-fixer

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.2
Expand Down
1 change: 0 additions & 1 deletion doc/source/images/gifs/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion doc/source/images/user-generated/.gitkeep
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 comment on commit 76c7e0e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.