19 lines
465 B
YAML
19 lines
465 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
|
|
name: nox
|
|
description: Run nox fixers and linters.
|
|
entry: nox -t fix style lint
|
|
language: system
|
|
pass_filenames: false
|
|
types:
|
|
- rust
|
|
- python
|