Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove native from .pre-commit-config_template.yaml #38098

Merged
merged 1 commit into from
Jan 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions .pre-commit-config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ repos:
- id: pylint-in-docker
name: pylint-in-docker
description: Run pylint on the code in content packs
docker_image:nightly: native:ga,native:maintenance,from-yml,native:candidate
docker_image:ci: native:ga,from-yml,native:dev,native:maintenance
docker_image:native: native:ga,from-yml,native:dev,native:maintenance
docker_image:nightly: from-yml
docker_image:ci: from-yml
docker_image: from-yml
entry: pylint
files: Packs\/.*\.py$
Expand All @@ -115,9 +114,8 @@ repos:
- Packs/Base/Scripts/CommonServerPython/CommonServerPython.py
- Tests/demistomock/demistomock.py
description: Run mypy on the code in content packs
docker_image:nightly: native:ga,native:maintenance,from-yml,native:candidate
docker_image:native: native:ga,from-yml,native:dev,native:maintenance
docker_image:ci: native:ga,from-yml,native:dev,native:maintenance
docker_image:nightly: from-yml
docker_image:ci: from-yml
docker_image: from-yml
entry: mypy
files: Packs\/.*\.py$
Expand All @@ -135,9 +133,8 @@ repos:
- id: pytest-in-docker
name: pytest-in-docker
description: Run pytest on the code in content packs
docker_image:nightly: native:ga,native:maintenance,from-yml,native:candidate
docker_image:ci: native:ga,from-yml,native:dev,native:maintenance
docker_image:native: native:ga,from-yml,native:dev,native:maintenance
docker_image:nightly: from-yml
docker_image:ci: from-yml
docker_image: from-yml
entry: python
language: docker
Expand Down Expand Up @@ -179,9 +176,8 @@ repos:
- id: pytest-network-in-docker
name: pytest-network-in-docker
description: Run pytest with network enabled on the code in content packs
docker_image:nightly: native:ga,native:maintenance,from-yml,native:candidate
docker_image:ci: native:ga,from-yml,native:dev,native:maintenance
docker_image:native: native:ga,from-yml,native:dev,native:maintenance
docker_image:nightly: from-yml
docker_image:ci: from-yml
docker_image: from-yml
entry: coverage
language: docker
Expand Down
Loading