Skip to content

build(deps): bump certifi from 2021.10.8 to 2024.7.4 #626

build(deps): bump certifi from 2021.10.8 to 2024.7.4

build(deps): bump certifi from 2021.10.8 to 2024.7.4 #626

Workflow file for this run

name: lint and format
on:
pull_request:
types: [opened, edited, synchronize, auto_merge_enabled, reopened]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: checkout
uses: actions/checkout@v2
- name: black and flake8
uses: ricardochaves/python-lint@v1.4.0
with:
use-pylint: false
use-pycodestyle: false
use-flake8: true
use-black: true
use-mypy: false
use-isort: false