argus/.pre-commit-config.yaml
2023-10-03 19:33:57 -07:00

19 lines
481 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 --no-install
language: system
pass_filenames: false
types_or:
- rust
- python