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
4 changes: 2 additions & 2 deletions .github/workflows/update-python-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install requests python-dateutil colorama
python -m pip install requests python-dateutil colorama packaging

- name: Generate supported versions
id: generate
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: |
Update README and pyproject.toml with current supported Python versions
docs: Updated README and pyproject.toml with current supported Python versions

Auto-updated by update-readme workflow based on current ESP-IDF and Python support lifecycle.

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
__pycache__/
supported_versions.json
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_install_hook_types: [pre-commit, commit-msg]

ci:
autofix_commit_msg: |
Apply automatic fixes from pre-commit hooks
fix: Apply automatic fixes from pre-commit hooks
autofix_prs: true
autoupdate_commit_msg: 'ci: Bump pre-commit hooks'
autoupdate_schedule: quarterly
Expand Down