Skip to content

Added constant for c >= 9 #54

Added constant for c >= 9

Added constant for c >= 9 #54

Workflow file for this run

# Run the linters with a baseline
name: FlakeHell
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.1.11
- name: Disable vitual envs
run: poetry config virtualenvs.create false
- name: Install dependencies
run: poetry install
- name: Run FlakeHell
run: flakehell lint