forked from pool/python-pre-commit
- update to 2.17.0:
- add warnings for regexes containing `[\\/]`.
- upgrade supported ruby versions.
- allow `language: conda` to use `mamba` or `micromamba` via
`PRE_COMMIT_USE_MAMBA=1` or `PRE_COMMIT_USE_MICROMAMBA=1` respectively.
- display `git --version` in error report.
- add `language: lua` as a supported language.
- temporarily add `setuptools` to the zipapp.
- use `go install` instead of `go get` for go 1.18+ support.
- fix `language: r` with a local renv and `RENV_PROJECT` set.
- forbid overriding `entry` in `language: meta` hooks which breaks them.
- always use `#!/bin/sh` on windows for hook script.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pre-commit?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 26 19:25:34 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.17.0:
|
||||
- add warnings for regexes containing `[\\/]`.
|
||||
- upgrade supported ruby versions.
|
||||
- allow `language: conda` to use `mamba` or `micromamba` via
|
||||
`PRE_COMMIT_USE_MAMBA=1` or `PRE_COMMIT_USE_MICROMAMBA=1` respectively.
|
||||
- display `git --version` in error report.
|
||||
- add `language: lua` as a supported language.
|
||||
- temporarily add `setuptools` to the zipapp.
|
||||
- use `go install` instead of `go get` for go 1.18+ support.
|
||||
- fix `language: r` with a local renv and `RENV_PROJECT` set.
|
||||
- forbid overriding `entry` in `language: meta` hooks which breaks them.
|
||||
- always use `#!/bin/sh` on windows for hook script.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 01:29:44 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user