summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pre-commit-hooks
AgeCommit message (Collapse)Author
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
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.
2022-12-18python310Packages.pre-commit-hooks: 4.3.0 -> 4.4.0Fabian Affolter
Diff: https://github.com/pre-commit/pre-commit-hooks/compare/refs/tags/v4.3.0...v4.4.0 Changelog: https://github.com/pre-commit/pre-commit-hooks/blob/v4.4.0/CHANGELOG.md
2022-12-18python310Packages.pre-commit-hooks: add changelog to metaFabian Affolter
2022-11-18pre-commit-hooks: fix conditional dependency on tomli (#200178)Jairo Llopis
* pre-commit-hooks: fix conditional dependency on tomli As seen in https://github.com/pre-commit/pre-commit-hooks/commit/fc88f3fa495385e6b367f7c4c8cf10940ad053da, upstream changed their dependency from `toml` to `tomli>=1.1.0;python_version<"3.11"`. Without this patch, running `check-toml` from this package fails with: ``` Traceback (most recent call last): File "/nix/store/06qpfmlgkhxakgjs8g7gk5jlkczij0m6-python3.10-pre-commit-hooks-4.3.0/bin/.check-toml-wrapped", line 6, in <module> from pre_commit_hooks.check_toml import main File "/nix/store/06qpfmlgkhxakgjs8g7gk5jlkczij0m6-python3.10-pre-commit-hooks-4.3.0/lib/python3.10/site-packages/pre_commit_hooks/check_toml.py", line 10, in <module> import tomli as tomllib ModuleNotFoundError: No module named 'tomli' ``` See https://github.com/pre-commit/pre-commit-hooks/issues/833. * pre-commit-hooks: use lib.optionals helper for clarity Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2022-06-08python310Packages.pre-commit-hooks: update disabledFabian Affolter
2022-06-08python310Packages.pre-commit-hooks: 4.2.0 -> 4.3.0R. Ryantm
2022-04-07python310Packages.pre-commit-hooks: 4.1.0 -> 4.2.0R. Ryantm
2021-12-28python3Packages.pre-commit-hooks: 4.0.1 -> 4.1.0Fabian Affolter
2021-12-06python3Packages.pre-commit-hooks: disable test on darwinAndrey Kartashov
They fail and won't be fixed upstream, see https://github.com/pre-commit/pre-commit-hooks/pull/655
2021-11-02python39Packages.ruamel-yaml: normalise name, adoptSandro Jäckel
2021-07-10python3Packages.pre-commit-hooks: 3.4.0 -> 4.0.1Fabian Affolter
2021-04-03python3Packages.pre-commit-hooks: 3.3.0 -> 3.4.0Jonathan Ringer
2020-12-15python3Packages.pre-commit-hooks: init at 3.3.0Wael Nasreddine