Skip to content

Layers: Make removal of a layer more efficient, as noted in #809 #344

Layers: Make removal of a layer more efficient, as noted in #809

Layers: Make removal of a layer more efficient, as noted in #809 #344

Workflow file for this run

name: Black python linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
src: "./volatility3"