Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

build(deps): bump jinja2 from 3.1.2 to 3.1.3 #6

build(deps): bump jinja2 from 3.1.2 to 3.1.3

build(deps): bump jinja2 from 3.1.2 to 3.1.3 #6

Workflow file for this run

name: flake8 Lint
on: [pull_request]
jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v2
- name: Set up Python environment
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
ignore: "F841,F401,E302,E305,E722,W605"
max-line-length: "100"
update-pip: "true"