UNPKG

@seqera/node-red-seqera

Version:

Node-RED nodes for interacting with the Seqera Platform API

26 lines (22 loc) 669 B
# This file contains the [pre-commit](https://pre-commit.com/) configuration of this repository. # More on which specific pre-commit hooks we use can be found in README.md. --- minimum_pre_commit_version: "2.9.2" repos: - repo: meta hooks: - id: identity - id: check-hooks-apply - repo: https://github.com/pre-commit/pre-commit-hooks rev: "v5.0.0" hooks: - id: check-added-large-files - id: check-merge-conflict - repo: https://github.com/Lucas-C/pre-commit-hooks rev: "v1.5.5" hooks: - id: remove-crlf - repo: https://github.com/pre-commit/mirrors-prettier rev: "v3.1.0" hooks: - id: prettier