Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saltstack/mirrors-nox

Pre-Commit Mirror For The Nox Project
https://github.com/saltstack/mirrors-nox

Last synced: 14 days ago
JSON representation

Pre-Commit Mirror For The Nox Project

Awesome Lists containing this project

README

        

# 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
- --