sqlfluff: refactor

This commit is contained in:
Fabian Affolter 2024-03-26 23:54:29 +01:00 committed by GitHub
parent 0b2963c4aa
commit 0c1fabbdcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,11 +15,11 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-/Zp/iAX6Y6MaXMjpk3dRYgZNhjJtl3cr/FiCyhGK9X4="; hash = "sha256-/Zp/iAX6Y6MaXMjpk3dRYgZNhjJtl3cr/FiCyhGK9X4=";
}; };
nativeBuildInputs = with python3.pkgs; [ build-system = with python3.pkgs; [
setuptools setuptools
]; ];
propagatedBuildInputs = with python3.pkgs; [ dependencies = with python3.pkgs; [
appdirs appdirs
cached-property cached-property
chardet chardet