Skip to content

Layers: Reduce double bounds test and simplify intel translation #2273

Layers: Reduce double bounds test and simplify intel translation

Layers: Reduce double bounds test and simplify intel translation #2273

Workflow file for this run

name: Black python formatter
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"