lukasz-migas / msalign

Python implementation of MATLAB's msalign function
https://msalign.lukasz-migas.com/
Apache License 2.0
7 stars 1 forks source link

Update precommit hook pre-commit/pre-commit-hooks to v2.5.0 - autoclosed #25

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
pre-commit/pre-commit-hooks repository minor v2.2.3 -> v2.5.0

Release Notes

pre-commit/pre-commit-hooks ### [`v2.5.0`](https://togithub.com/pre-commit/pre-commit-hooks/releases/v2.5.0) [Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v2.4.0...v2.5.0) ##### Fixes - Fix sorting of requirements which use `egg=...` - [#​425](https://togithub.com/pre-commit/pre-commit-hooks/issues/425) PR by [@​vinayinvicible](https://togithub.com/vinayinvicible). - Fix over-eager regular expression for test filename matching - [#​429](https://togithub.com/pre-commit/pre-commit-hooks/issues/429) PR by [@​rrauenza](https://togithub.com/rrauenza). ##### Updating - Use `flake8` from `pycqa/flake8` instead: ```yaml - repo: https://gitlab.com/pycqa/flake8 rev: 3.7.9 hooks: - id: flake8 ``` ### [`v2.4.0`](https://togithub.com/pre-commit/pre-commit-hooks/releases/v2.4.0) [Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v2.3.0...v2.4.0) ##### Features - Add diff output to `pretty-format-json` when run without `--autofix`. - [#​408](https://togithub.com/pre-commit/pre-commit-hooks/issues/408) PR by [@​joepin](https://togithub.com/joepin). - Add `--chars` option to `trailing-whitespace` fixer to control which characters are stripped instead of all whitespace. - [#​421](https://togithub.com/pre-commit/pre-commit-hooks/issues/421) PR by [@​iconmaster5326](https://togithub.com/iconmaster5326). ##### Fixes - Fix `requirements-txt-fixer` when file does not end in a newline. - [#​414](https://togithub.com/pre-commit/pre-commit-hooks/issues/414) issue by [@​barakreif](https://togithub.com/barakreif). - [#​415](https://togithub.com/pre-commit/pre-commit-hooks/issues/415) PR by [@​barakreif](https://togithub.com/barakreif). - Fix double printing of filename in `pretty-format-json`. - [#​419](https://togithub.com/pre-commit/pre-commit-hooks/issues/419) PR by [@​asottile](https://togithub.com/asottile). ### [`v2.3.0`](https://togithub.com/pre-commit/pre-commit-hooks/releases/v2.3.0) [Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v2.2.3...v2.3.0) ##### Features - Add `rpdb` to detected debuggers in `debug-statements` - [#​389](https://togithub.com/pre-commit/pre-commit-hooks/issues/389) PR by [@​danlamanna](https://togithub.com/danlamanna). - Add `check-toml` hook - [#​400](https://togithub.com/pre-commit/pre-commit-hooks/issues/400) PR by [@​MarSoft](https://togithub.com/MarSoft). - [#​400](https://togithub.com/pre-commit/pre-commit-hooks/issues/400) PR by [@​ssbarnea](https://togithub.com/ssbarnea). ##### Fixes - Add `__main__` block to `pre_commit.file_contents_sorter` so it can be invoked using `python -m` - [#​405](https://togithub.com/pre-commit/pre-commit-hooks/issues/405) PR by [@​squeaky-pl](https://togithub.com/squeaky-pl). ##### Misc. - Fix `git-lfs` tests in azure pipelines - [#​403](https://togithub.com/pre-commit/pre-commit-hooks/issues/403) PR by [@​ssbarnea](https://togithub.com/ssbarnea).

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov[bot] commented 3 years ago

Codecov Report

Merging #25 (5baa535) into master (df20dae) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #25   +/-   ##
=======================================
  Coverage   98.60%   98.60%           
=======================================
  Files           2        2           
  Lines         215      215           
=======================================
  Hits          212      212           
  Misses          3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update df20dae...5baa535. Read the comment docs.