Skip to content
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ repos:
name: Sort alphabetically and uniquify installed_providers.txt
entry: ./scripts/ci/pre_commit/pre_commit_sort_installed_providers.py
language: python
files: ^\.pre-commit-config\.yaml$|^dev/.*_installed_providers\.txt$
files: ^\.pre-commit-config\.yaml$|^.*_installed_providers\.txt$
pass_filenames: false
require_serial: true
- id: update-spelling-wordlist-to-be-sorted
Expand Down
1 change: 1 addition & 0 deletions airflow_pre_installed_providers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ fab
ftp
http
imap
smtp
sqlite
1 change: 1 addition & 0 deletions newsfragments/37713.significant.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The smtp provider is now pre-installed when you install Airflow.