Skip to content

Commit

Permalink
remove update-additional-dependencies (#4225)
Browse files Browse the repository at this point in the history
* remove update-additional-dependencies

* changelog
  • Loading branch information
dorschw committed Apr 14, 2024
1 parent 99d1305 commit 8af4ea6
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 114 deletions.
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

0 comments on commit 8af4ea6

Please sign in to comment.