Skip to content

Bump pytest from 7.3.2 to 8.0.2 #303

Bump pytest from 7.3.2 to 8.0.2

Bump pytest from 7.3.2 to 8.0.2 #303

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
args: ". --check --line-length 120"