Skip to content

Commit fdc6ecc

Browse files
committed
Remove old provider references and replace "new" with just providers
There was a lot of code and references to old provider ways of handling old structure of providers. Once all providers have been moved, we can now remove that old code and rename old the "new_providers" references to just "providers"
1 parent 97d62ee commit fdc6ecc

40 files changed

+524
-1544
lines changed

.github/workflows/test-provider-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: "Prepare provider documentation"
100100
run: >
101101
breeze release-management prepare-provider-documentation --include-not-ready-providers
102-
--non-interactive
102+
--non-interactive --answer yes
103103
if: matrix.package-format == 'wheel'
104104
- name: "Prepare provider packages: ${{ matrix.package-format }}"
105105
run: >

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ repos:
13881388
stages: ['manual']
13891389
name: Run mypy for providers (manual)
13901390
language: python
1391-
entry: ./scripts/ci/pre_commit/mypy_folder.py all_new_providers
1391+
entry: ./scripts/ci/pre_commit/mypy_folder.py all_providers
13921392
pass_filenames: false
13931393
files: ^.*\.py$
13941394
require_serial: true

0 commit comments

Comments
 (0)