-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
31 lines (31 loc) · 874 Bytes
/
Copy path.pre-commit-config.yaml
File metadata and controls
31 lines (31 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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: https://github.com/rstcheck/rstcheck
rev: 'v6.2.0' # Use the sha / tag you want to point at
hooks:
- id: rstcheck
additional_dependencies: ["sphinx>=4.0"]
- 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