* added skip_python2 back to spec file
- specfile:
* be more specific in %files section
- update to version 2.3.0:
* Features
+ Calculate character width using `east_asian_width` - #1378 PR by
@sophgn.
+ Use `language_version: system` by default for `node` hooks if
`node` / `npm` are globally installed. - #1388 PR by @asottile.
* Fixes
+ No longer use a hard-coded user id for docker hooks on windows -
#1371 PR by @killuazhu.
+ Fix colors on windows during `git commit` - #1381 issue by
@Cielquan. - #1382 PR by @asottile.
+ Produce readable error message for incorrect argument count to
`hook-impl` - #1394 issue by @pip9ball. - #1395 PR by
@asottile.
+ Fix installations which involve an upgrade of `pip` on windows -
#1398 issue by @xiaohuazi123. - #1399 PR by @asottile.
+ Preserve line endings in `pre-commit autoupdate` - #1402 PR by
@utek.
OBS-URL: https://build.opensuse.org/request/show/799916
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pre-commit?expand=0&rev=6
- Update to 2.2.0
* 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
requires python 3.6+.
* Removed pcre language, use pygrep instead.
* Don't filter GIT_SSL_NO_VERIFY from environment when cloning.
* Replace aspy.yaml with sort_keys=False.
* Add support for perl.
* Fix python healthy() check when python executable goes missing.
* Many more fixes and improvements, see upstream changelog
OBS-URL: https://build.opensuse.org/request/show/786145
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pre-commit?expand=0&rev=4