Home
last modified time | relevance | path

Searched refs:flake8 (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/
H A DMakefile.am165 CHECKS += flake8
166 flake8: target
167 $(AM_V_at)if type flake8 > /dev/null 2>&1; then \
168 flake8 $(top_srcdir); \
/freebsd-14.2/sys/contrib/openzfs/.github/workflows/
H A Dcheckstyle.yaml22 sudo python3 -m pip install --quiet flake8
29 flake8 --version