Skip to content

Add APIs and initial plugins for GUI support and fit Windows major APIs to current design flow #2512

Add APIs and initial plugins for GUI support and fit Windows major APIs to current design flow

Add APIs and initial plugins for GUI support and fit Windows major APIs to current design flow #2512

Workflow file for this run

name: Black python formatter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
src: "./volatility3"
# FIXME: Remove when Volatility3 minimum Python version is >3.8
version: "24.8.0"