26 lines
687 B
YAML
26 lines
687 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.4.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- id: check-added-large-files
|
|
- repo: local
|
|
hooks:
|
|
- id: nox (python)
|
|
name: nox (python)
|
|
description: Run nox fixers and linters for Python
|
|
entry: nox -t python
|
|
language: system
|
|
pass_filenames: false
|
|
types:
|
|
- python
|
|
- id: nox (rust)
|
|
name: nox (rust)
|
|
description: Run nox fixers and linters for Rust
|
|
entry: nox -t rust
|
|
language: system
|
|
pass_filenames: false
|
|
types:
|
|
- rust
|