summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/autoflake (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-21/+13
* treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* python311Packages.autoflake: 2.3.0 -> 2.3.1R. Ryantm2024-03-131-2/+2
* python311Packages.autoflake: 2.2.1 -> 2.3.0R. Ryantm2024-02-201-2/+2
* python3Packages.autoflake: 2.0.1 -> 2.2.1Martin Weinelt2023-09-271-2/+2
* python3Packages.autoflake: depend on tomli for older pythons•••As you can see in https://github.com/PyCQA/autoflake/pull/138, TOML support is added using python 3.11's builtin `tomllib`. However, for older Python versions, they use `tomli`. Thus, it must be included for those versions. @moduon MT-2798 Jairo Llopis2023-04-241-2/+4
* python3Packages.autoflake: 1.4 -> 2.0.1Martin Weinelt2023-03-031-2/+8
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* autoflake: move to pythonPackages•••It is imported by pydantic. Robert Schütz2023-01-091-0/+40