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 update-additional-dependencies #4225

Merged
merged 3 commits into from
Apr 14, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions .changelog/4225.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changes:
- description: Removed the `update-additional-dependencies` script and pre-commit hook.
type: internal
pr_number: 4225
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ repos:
- --without-hashes
- -o
- requirements.txt
- repo: https://github.com/demisto/demisto-sdk
rev: v1.25.1
hooks:
- id: update-additional-dependencies
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
hooks:
Expand Down
8 changes: 0 additions & 8 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@
types: [python]
exclude: tests/.*|demisto_sdk/commands/init/templates/.*

- id: update-additional-dependencies
name: update-additional-dependencies
entry: update-additional-dependencies
language: python
files: poetry.lock
require_serial: true
pass_filenames: false

- id: coverage-analyze
name: coverage-analyze
entry: demisto-sdk coverage-analyze
Expand Down
81 changes: 0 additions & 81 deletions demisto_sdk/scripts/update_additional_dependencies.py

This file was deleted.

20 changes: 0 additions & 20 deletions demisto_sdk/tests/update_additional_dependencies_test.py

This file was deleted.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ exclude = ["TestSuite/**", "tests_end_to_end/**", "demisto_sdk/tests/**", "demis

[tool.poetry.scripts]
demisto-sdk = "demisto_sdk.__main__:main"
update-additional-dependencies = "demisto_sdk.scripts.update_additional_dependencies:main"
sdk-changelog = "demisto_sdk.scripts.changelog.changelog:main"
merge-coverage-report = "demisto_sdk.scripts.merge_coverage_report:main"
merge-pytest-reports = "demisto_sdk.scripts.merge_pytest_reports:main"
Expand Down