Revisions of python-pre-commit
buildservice-autocommit
accepted
request 1218114
from
Dirk Mueller (dirkmueller)
(revision 44)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 43)
- update to 4.0.1: * Fix `pre-commit migrate-config` for unquoted deprecated stages names with purelib `pyyaml`. * Improve `pre-commit migrate-config` to handle more yaml formats. * Handle `stages` deprecation in `pre-commit migrate-config`. * Upgrade `ruby-build`. * Add "sensible regex" warnings to `repo: meta`. * Add warnings for deprecated `stages` (`commit` -> `pre- commit`, `push` -> `pre-push`, `merge-commit` -> `pre-merge-commit`). * `language: python_venv` has been removed -- use `language: python` instead.
buildservice-autocommit
accepted
request 1191754
from
Dirk Mueller (dirkmueller)
(revision 42)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 41)
- update to 3.8.0: * Implement health checks for `language: r` so environments are recreated if the system version of R changes.
buildservice-autocommit
accepted
request 1179070
from
Dirk Mueller (dirkmueller)
(revision 40)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 39)
- update to 3.7.1: * Fix `language: rust` default language version check when `rust-toolchain.toml` is present.
buildservice-autocommit
accepted
request 1161391
from
Dirk Mueller (dirkmueller)
(revision 38)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 37)
- update to 3.7.0: * Use a tty for `docker` and `docker_image` hooks when `--color` is specified. * Fix `fail_fast` for individual hooks stopping when previous hooks had failed. * The per-hook behaviour of `fail_fast` was fixed. If you want the pre-3.7.0 behaviour, add `fail_fast: true` to all hooks before the last `fail_fast` hook. - Specify a Group tag for Leap and SUSE Linux Enterprise CPAN initialisation also on SUSE Linux Enterprise. - Fix build for multiple python flavors * Add conda as a new language. * Remove python2 / python3.5 support. Note that pre-commit still supports running hooks written in python2, but pre-commit itself * Removed pcre language, use pygrep instead. * Replace aspy.yaml with sort_keys=False. * Add support for perl. * Fix python healthy() check when python executable goes missing.
buildservice-autocommit
accepted
request 1152925
from
Markéta Machová (mcalabkova)
(revision 36)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1152469
from
Benjamin Greiner (bnavigator)
(revision 35)
- Update to 3.6.2 * Fix building golang hooks during `git commit --all`. - Changelog for 3.6.1 * Remove `PYTHONEXECUTABLE` from environment when running. * Handle staged-files-only with only a crlf diff. - Build PEP517 wheel - Skip golang test trying to download dependency
buildservice-autocommit
accepted
request 1136657
from
Dirk Mueller (dirkmueller)
(revision 34)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1136649
from
Marina Latini (deneb_alpha)
(revision 33)
- Specify a Group tag for Leap and SUSE Linux Enterprise - Disable Perl install test as that requires network for CPAN initialisation also on SUSE Linux Enterprise.
buildservice-autocommit
accepted
request 1133197
from
Dirk Mueller (dirkmueller)
(revision 32)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1132881
from
Matthias Bach (theMarix)
(revision 31)
- Update to version 3.6.0 * Features + Check minimum_pre_commit_version first when parsing configs. * Fixes + Fix deprecation warnings for importlib.resources. + Fix deprecation warnings for rmtree.
buildservice-autocommit
accepted
request 1129479
from
Matej Cepl (mcepl)
(revision 30)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 1129254
from
Matthias Bach (theMarix)
(revision 29)
- For Leap, build this on modern Python as 3.6 is no longer supported. - On Leap, use Lua 5.3 as luarocks is not packaged for Lua 5.4. - On Leap, disable Perl install test as that requires network for CPAN initialisation. Note that, right now, this won't fix the 15.6 build as the dependency python-editdistance is from devel:languages:python:numeric and the fixed version in that repo is not visible in devel:languages:python. However, this will at least give us a working build on devel:languages:python:backports. And once the fixed version of python-editdistance makes it into 15.6 we will also get a working build for 15.6 over here.
buildservice-autocommit
accepted
request 1121650
from
Ondřej Súkup (mimi_vx)
(revision 28)
baserev update by copy to link target
Ondřej Súkup (mimi_vx)
accepted
request 1121631
from
Matthias Fehring (buschmann23)
(revision 27)
- update to version 3.5.0 * Features + Improve performance of check-hooks-apply and check-useless-excludes. * Fixes + Use time.monotonic() for more accurate hook timing. * Migrating + Require npm 6.x+ for language: node hooks. - notable changes since 2.21.0 * Remove pre-commit-validate-config and pre-commit-validate-manifest, use pre-commit validate-config and pre-commit validate-manifest instead. * See CHANGELOG.md - spec file changes * Remove python-re-assert and python-toml from the runtime requirements * Remove python-toml from the build requirements * Update required python-virtualenv version to 20.10.0 * Rename excluded test est_local_golang_additional_dependencies to test_local_golang_additional_deps * Exclude new tests that require internet access + test_run_example_executable + test_run_dep + test_perl_additional_dependencies + test_lua_additional_dependencies * Exclude new tests that have unfulfillable dependencies + test_swift_language * Add LICENSE and CHANGELOG.md to the files list
buildservice-autocommit
accepted
request 1046303
from
Dirk Mueller (dirkmueller)
(revision 26)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 25)
- update to 2.21.0: * Require new-enough virtualenv to prevent 3.10 breakage * Respect aliases with `SKIP` for environment install. * Allow `pre-commit run --files` against unmerged paths. * Also apply regex warnings to `repo: local` hooks. * `rust` is now a "first class" language -- supporting `language_version` * `r` now uses more-reliable binary installation. * `GIT_ALLOW_PROTOCOL` is now passed through for git operations. * `GIT_ASKPASS` is now passed through for git operations. * Remove `toml` dependency by using `cargo add` directly. * Support `dotnet` hooks which have dotted prefixes. * ### Fixes * Properly adjust `--commit-msg-filename` if run from a sub directory. * Simplify `--intent-to-add` detection by using `git diff`. * Fix `R.exe` selection on windows. * Skip default `nuget` source when installing `dotnet` packages.
Displaying revisions 1 - 20 of 44