Skip to content

Commit 94b7367

Browse files
committed
fix format.sh
1 parent e2b9a22 commit 94b7367

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: flake.nix

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
in {
4141
packages = {
4242
default = treefmt.config.build.wrapper;
43-
inherit black treefmt;
4443
};
4544
devShells.default =
4645
pkgs.mkShell

Diff for: format.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ ! -d "venv/" ]; then
4343
./build.sh -i runner
4444
fi
4545

46-
# shellcheck source=/dev/null
46+
# shellcheck source=/dev/null
4747
source venv/bin/activate
4848

4949
pylint utils # pylint does not have a fix mode

0 commit comments

Comments
 (0)