Skip to content

Bump flake8 from 7.0.0 to 7.1.1 #66

Bump flake8 from 7.0.0 to 7.1.1

Bump flake8 from 7.0.0 to 7.1.1 #66

Workflow file for this run

name: Black
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
python -m venv ./venv
. ./venv/bin/activate
poetry install
- name: black check
run: |
. ./venv/bin/activate
black inkyframeweb/