Exclude license dir from CI trigger (#740)
This commit is contained in:
parent
aad4bcb7a0
commit
d3f275b231
1
.github/workflows/diff.yaml
vendored
1
.github/workflows/diff.yaml
vendored
@ -14,6 +14,7 @@ on:
|
|||||||
- "**/*.md"
|
- "**/*.md"
|
||||||
- ".clang-format"
|
- ".clang-format"
|
||||||
- "CODEOWNERS"
|
- "CODEOWNERS"
|
||||||
|
- "licenses/*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
community_build:
|
community_build:
|
||||||
|
@ -6,7 +6,7 @@ repos:
|
|||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 22.10.0
|
rev: 22.8.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
- repo: https://github.com/pycqa/isort
|
- repo: https://github.com/pycqa/isort
|
||||||
|
2
init
2
init
@ -149,7 +149,7 @@ python3 -m pre_commit install
|
|||||||
|
|
||||||
# Install py format tools
|
# Install py format tools
|
||||||
echo "Install black formatter"
|
echo "Install black formatter"
|
||||||
python3 -m pip install black==22.10.*
|
python3 -m pip install black==22.8.*
|
||||||
echo "Install isort"
|
echo "Install isort"
|
||||||
python3 -m pip install isort==5.10.*
|
python3 -m pip install isort==5.10.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user