Skip to content

Bump twisted from 24.3.0 to 24.7.0 #277

Bump twisted from 24.3.0 to 24.7.0

Bump twisted from 24.3.0 to 24.7.0 #277

Workflow file for this run

name: pre-commit
on:
pull_request:
branches: ["master"]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@v5.2.0
- uses: snok/install-poetry@v1
- name: Install tox
run: |
pip install tox
- name: Run pre-commit
run: |
tox -e pre-commit