Skip to content

move to pyproject.toml #171

move to pyproject.toml

move to pyproject.toml #171

Workflow file for this run

name: Code Style Checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install
run: |
pip install flake8 ./extras/pyterrier-flake8-ext/
- name: pt.java.required checks
run: |
flake8 ./pyterrier --select=PT --show-source --statistics --count