Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saltstack/mirrors-nox
- Owner: saltstack
- License: apache-2.0
- Created: 2020-09-24T09:39:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T08:27:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T09:59:38.611Z (about 1 month ago)
- Language: Python
- Size: 22.5 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- --