Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: espressif/idf-ci
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 809716f1966584942940055e498734452f5dc346
Choose a base ref
..
head repository: espressif/idf-ci
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3ec6894ba152d7c7b343c9dff03b590216369928
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +1 −1 .pre-commit-config.yaml
  2. +3 −3 pyproject.toml
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ repos:
- license_header.txt # defaults to: LICENSE.txt
- --use-current-year
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.9.1'
rev: 'v0.9.2'
hooks:
- id: ruff
args: ['--fix']
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -29,9 +29,9 @@ dependencies = [
# build related
"idf-build-apps~=2.6",
# test related
"pytest-embedded-idf[serial]~=1.12",
"pytest-embedded-jtag~=1.12",
"pytest-embedded-qemu~=1.12",
"pytest-embedded-idf[serial]~=1.13",
"pytest-embedded-jtag~=1.13",
"pytest-embedded-qemu~=1.13",
"pytest-ignore-test-results",
"pytest-timeout",
]