Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chore(deps): update all non-major dependencies #1171

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #1171

Workflow file for this run

name: pre_commit
# If a pull-request is pushed then cancel all previously running jobs related
# to that pull-request
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
on:
push:
branches:
- main
paths:
.github/workflows/pre_commit.yml
.pre-commit-config.yaml
pull_request:
branches:
- main
- master
paths:
- .github/workflows/pre_commit.yml
- .pre-commit-config.yaml
env:
PY_COLORS: 1
jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/setup-python@v6.1.0
with:
python-version: "3.14"
- name: install tox
run: pip install tox==3.26.0
- name: pre-commit
run: tox -e pre-commit
Morty Proxy This is a proxified and sanitized view of the page, visit original site.