Skip to content

add transformation interface to bkz_reduction #266

add transformation interface to bkz_reduction

add transformation interface to bkz_reduction #266

Workflow file for this run

name: Check Style
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Check out
uses: actions/checkout@v2
- name: Dependencies
run: pip install flake8
- name: Flake8
run: flake8 --max-line-length=120 --max-complexity=16 --ignore=E22,E241,E741,E203 src tests