UNPKG
@k-vyn/coloralgorithm
Version:
latest (2.0.0)
2.0.0
1.2.0
1.0.0
An algorithm to produce color sets
github.com/k-vyn/coloralgorithm
k-vyn/coloralgorithm
@k-vyn/coloralgorithm
/
.pre-commit-config.yaml
15 lines
(14 loc)
•
312 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
repos:
-
repo:
https://github.com/pre-commit/pre-commit-hooks
rev:
v1.4.0
hooks:
-
id:
trailing-whitespace
-
id:
end-of-file-fixer
-
id:
check-yaml
-
repo:
local
hooks:
-
id:
no
-tabs
name:
no
tabs
language:
pygrep
entry:
'\t'
types:
[
text
]