Skip to content

Commit dfb93e4

Browse files
committed
add some more pre-commit-hooks
1 parent aacfbb0 commit dfb93e4

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__pycache__
22
*.egg-info
33
build
4-
dist
4+
dist

.pre-commit-config.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,11 @@ repos:
3030
rev: v0.1.5
3131
hooks:
3232
- id: format-ipy-cells
33+
- repo: https://github.com/pre-commit/pre-commit-hooks
34+
rev: v4.0.1
35+
hooks:
36+
- id: end-of-file-fixer
37+
exclude: ^assets/.+\.svg$
38+
- id: check-yaml
39+
- id: trailing-whitespace
40+
- id: mixed-line-ending

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.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers =
2323
packages = find:
2424
package_data =
2525
python_requires = >=3.6
26-
install_requires=
26+
install_requires =
2727
numpy >= 1.19
2828
pandas >= 1.0.0
2929
matplotlib >= 3.1

0 commit comments

Comments
 (0)