We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3db80f commit 70e5ebcCopy full SHA for 70e5ebc
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: check-added-large-files
19
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: v0.13.3
+ rev: v0.14.0
22
hooks:
23
- id: ruff
24
args: [--fix]
tests/end_to_end/repo/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-python@v6
with:
- python-version: "3.13"
+ python-version: "3.14"
25
26
- run: pip install -e .
27
working-directory: __ACTION_COVERAGE_PATH__
0 commit comments