Skip to content
Snippets Groups Projects
Commit cc1ed780 authored by q3k's avatar q3k
Browse files

ci: run black

parent 69f8221b
No related branches found
No related tags found
1 merge request!23ci: v2 (docker, linting/checks)
Pipeline #5781 passed
......@@ -8,7 +8,7 @@ variables:
default:
# built via:
# docker load < $(nix-build nix/docker-image.nix)
image: registry.k0.hswaw.net/q3k/flow3r-build:xm5xqlpswrnav5pi36qjphyg8v7gplik
image: registry.k0.hswaw.net/q3k/flow3r-build:kvy1jakg8i4jxx4skhpy6si3vvslsgrb
clang-tidy:
stage: check
......
......@@ -18,8 +18,13 @@ pkgs.dockerTools.buildImage {
mypy
(python3.withPackages (ps: with ps; [
sphinx sphinx_rtd_theme
black
]))
# random build tools
python3 gcc gnused findutils gnugrep
gcc gnused findutils gnugrep
git wget gnumake
cmake ninja pkgconfig
];
......
......@@ -24,6 +24,7 @@ in with nixpkgs; rec {
python3Packages.sphinx
python3Packages.sphinx_rtd_theme
python3Packages.black
mypy
];
fwdev = fwbuild ++ [
......
#!/usr/bin/env bash
set -e -x
# Python: black
black \
python_payload \
sim \
tools
# C: clang-format
find . \
-type d \
\( \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment