Skip to content

add(profile): add practice profiling with cProfile in stdlib. #6

add(profile): add practice profiling with cProfile in stdlib.

add(profile): add practice profiling with cProfile in stdlib. #6

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
src: "./practice_files"
version: "22.1.0"