New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vicommithooks

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vicommithooks

Useful VI assertions that can be used to prevent bad project commits

  • 0.1.3
  • PyPI
  • Socket score

Maintainers
1

vicommithooks

A set of common LabVIEW project requirements to prevent checking unshippable code into the repo.

Usage

pip install vicommithooks
vicommithooks --help
usage: vicommithooks [-h] [-r] [--source-only] [--min-version MIN_VERSION]
                     [--max-version MAX_VERSION] [--not-prerelease]
                     file

positional arguments:
  file

optional arguments:
  -h, --help            show this help message and exit
  -r, --recursive       Recursively searched the path for all VIs.
  --source-only         Asserts the VI(s) are set to source only
  --min-version MIN_VERSION
                        Asserts that the major version of LabVIEW the VI was
                        saved with is greater than or equal to this value
  --max-version MAX_VERSION
                        Asserts that the major version of LabVIEW the VI was
                        saved with is less than or equal to this value
  --not-prerelease      Asserts that the version of LabVIEW the VI was saved
                        with is not a prerelease version

Contributing

Feel free to post PRs to improve this.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc