Skip to content
Snippets Groups Projects
Commit 0ee289af authored by Andre Maroneze's avatar Andre Maroneze
Browse files

Merge branch 'feature/ci/black' into 'master'

[ci] add black to linting

See merge request frama-c/frama-c!4073
parents 973586ef f71cbab1
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