Skip to content

Merge pull request #1314 from gcmoreira/linux_add_hlist_head_object_e… #1379

Merge pull request #1314 from gcmoreira/linux_add_hlist_head_object_e…

Merge pull request #1314 from gcmoreira/linux_add_hlist_head_object_e… #1379

Workflow file for this run

name: Black python linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-20.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"