python311Packages.yamlfix: refactor
This commit is contained in:
parent
bb54a0c197
commit
7bfdb06cfb
@ -26,12 +26,12 @@ buildPythonPackage rec {
|
||||
hash = "sha256-nadyBIzXHbWm0QvympRaYU38tuPJ3TPJg8EbvVv+4L0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
pdm-backend
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
click
|
||||
maison
|
||||
ruyaml
|
||||
@ -59,16 +59,16 @@ buildPythonPackage rec {
|
||||
"test_corrects_one_file"
|
||||
"test_corrects_three_files"
|
||||
"test_empty_list_inline_comment_indentation"
|
||||
"test_enforcing_flow_style_together_with_adjustable_newlines"
|
||||
"test_find_files"
|
||||
"test_fix_code_converts_non_valid_false_booleans"
|
||||
"test_ignores_correct_files"
|
||||
"test_include_exclude_files"
|
||||
"test_read_prefixed_environment_variables"
|
||||
"test_section_whitelines"
|
||||
"test_whitelines"
|
||||
"test_sequence_style_env_enum_parsing"
|
||||
"test_verbose_option"
|
||||
"test_enforcing_flow_style_together_with_adjustable_newlines"
|
||||
"test_whitelines"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user