Skip to content
Snippets Groups Projects
Commit f71cbab1 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[ci] add black to linting

parent 973586ef
No related branches found
No related tags found
No related merge requests found
{ lib
, stdenv
, black
, clang_10
, frama-c-hdrck
, frama-c-lint
......@@ -12,6 +13,7 @@
stdenv.mkDerivation rec {
name = "frama-c-checkers-shell";
buildInputs = [
black
clang_10
frama-c-hdrck
frama-c-lint
......
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