style: auto-format from pre-push hooks

This commit is contained in:
Oleks
2026-03-15 11:25:47 +02:00
parent d832787e8b
commit b83bbaaeab
+5 -1
View File
@@ -1,4 +1,8 @@
{ lib, python3Packages, fetchFromGitHub }:
{
lib,
python3Packages,
fetchFromGitHub,
}:
python3Packages.buildPythonPackage rec {
pname = "xonsh";