s0undt3ch / mirrors-nox

Pre-Commit Mirror For The Nox Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nox mirror

Mirror of the nox package for pre-commit

For pre-commit: see https://github.com/pre-commit/pre-commit

Fox nox: https://github.com/theacodes/nox

Using nox with pre-commit

Add this to your .pre-commit-config.yaml:

-   repo: https://github.com/saltstack/mirrors-nox
    rev: ''  # Use the sha / tag you want to point at
    hooks:
    -   id: nox
        alias: lint-tests
        name: Lint Tests
        files: ^tests/.*\.py$
        args:
          - -e
          - lint-tests-pre-commit
          - --

About

Pre-Commit Mirror For The Nox Project

License:Apache License 2.0


Languages

Language:Python 100.0%