Skip to content

Update pre-commit hook charliermarsh/ruff-pre-commit to v0.4.9 #201

Update pre-commit hook charliermarsh/ruff-pre-commit to v0.4.9

Update pre-commit hook charliermarsh/ruff-pre-commit to v0.4.9 #201

Workflow file for this run

on:
push:
pull_request:
name: Tests
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
container: fedorapython/fedora-python-tox:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
dnf install -y pre-commit git
- name: Configure git
run: |
git config --global user.name Tests
git config --global user.email [email protected]
git config --global init.defaultBranch main
git config --global --add safe.directory $PWD
- name: Run unit tests with Tox
run: tox -e py -s