Add CODEOWNERS and YAML to end-of-file-fixer and trailing-whitespace (#134730)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
7291eaba8b
commit
b8a885ce63
1
.github/workflows/tail-call.yml
vendored
1
.github/workflows/tail-call.yml
vendored
@ -137,4 +137,3 @@ jobs:
|
|||||||
CC=clang-20 ./configure --with-tail-call-interp --disable-gil
|
CC=clang-20 ./configure --with-tail-call-interp --disable-gil
|
||||||
make all --jobs 4
|
make all --jobs 4
|
||||||
./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
|
./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
|
||||||
|
|
||||||
|
@ -43,12 +43,14 @@ repos:
|
|||||||
exclude: ^Lib/test/test_tomllib/
|
exclude: ^Lib/test/test_tomllib/
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
types: [python]
|
types_or: [python, yaml]
|
||||||
exclude: Lib/test/tokenizedata/coding20731.py
|
exclude: Lib/test/tokenizedata/coding20731.py
|
||||||
|
- id: end-of-file-fixer
|
||||||
|
files: '^\.github/CODEOWNERS$'
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
types_or: [c, inc, python, rst]
|
types_or: [c, inc, python, rst, yaml]
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
files: '\.(gram)$'
|
files: '^\.github/CODEOWNERS|\.(gram)$'
|
||||||
|
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.33.0
|
rev: 0.33.0
|
||||||
|
@ -32,4 +32,3 @@ build:
|
|||||||
- make -C Doc venv html
|
- make -C Doc venv html
|
||||||
- mkdir _readthedocs
|
- mkdir _readthedocs
|
||||||
- mv Doc/build/html _readthedocs/html
|
- mv Doc/build/html _readthedocs/html
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user