UNPKG

@k-vyn/coloralgorithm

Version:

An algorithm to produce color sets

15 lines (14 loc) 312 B
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]