repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python312Packages.aiohomeconnect: 0.10.0 -> 0.11.0 (#374011)
[NixPkgs.git]
/
nixos
/
modules
/
system
/
etc
/
check-build-composefs-dump.sh
blob
da61651d1a5d6853300add268b5aa62eef507cc3
1
#! /usr/bin/env nix-shell
2
#! nix-shell -i bash -p black ruff mypy
3
4
file
=
$1
5
6
black
--check --diff
$file
7
ruff
--line-length
88
$file
8
mypy
--strict
$file