Skip to content

Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.1 #173

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

Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.1 #173

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
tests:
runs-on: ubuntu-latest
container: fedorapython/fedora-python-tox:latest
steps:
- uses: actions/checkout@v4
- name: Mark the directory as safe for git
run: git config --global --add safe.directory $PWD
- name: Install RPM dependencies
run: |
dnf install -y krb5-devel
- name: Install base Python dependencies
run: |
python3 -m pip install --upgrade tox
- name: execute tox
run: tox