Skip to content

Commit 8b59a1d

Browse files
pre-commit-ci[bot]oboulantdeepcharlesearthgecko
authored
chore: pre-commit autoupdate (#167)
* chore: pre-commit autoupdate updates: - [github.com/nbQA-dev/nbQA: 0.10.0 → 0.11.1](nbQA-dev/nbQA@0.10.0...0.11.1) * build: add nltk dependency to run docs examples (#168) * chore:add nltk dependency to run docs examples * chore: add livereload dependency. Not sure if this is an error on mkdocs side * build: remove livereload dependency * build: pin mkdocs version Co-authored-by: Charles T <[email protected]> * feat(display): more display options (#160) * more_display_options - Add the ability for the user to pass arguments to format the computed_chg_pts axvline parameters. Modified: src/ruptures/show/display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - review changes - Changes to docstrings, etc as per review request. Modified: src/ruptures/show/display.py * more_display_options - review changes - Changes to docstrings, etc as per review request. Modified: src/ruptures/show/display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - test - Added tests. Modified: tests/test_display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - do not redeclare variables - Just use the arguments for color, linewidth and linestyle, tests should pass. Modified: src/ruptures/show/display.py * more_display_options - do not redeclare variables - Typo Modified: src/ruptures/show/display.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * chore: better PR labeler (#169) * Update labeler.yml * build: add nltk dependency to run docs examples (#168) * chore:add nltk dependency to run docs examples * chore: add livereload dependency. Not sure if this is an error on mkdocs side * build: remove livereload dependency * build: pin mkdocs version Co-authored-by: Charles T <[email protected]> * feat(display): more display options (#160) * more_display_options - Add the ability for the user to pass arguments to format the computed_chg_pts axvline parameters. Modified: src/ruptures/show/display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - review changes - Changes to docstrings, etc as per review request. Modified: src/ruptures/show/display.py * more_display_options - review changes - Changes to docstrings, etc as per review request. Modified: src/ruptures/show/display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - test - Added tests. Modified: tests/test_display.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * more_display_options - do not redeclare variables - Just use the arguments for color, linewidth and linestyle, tests should pass. Modified: src/ruptures/show/display.py * more_display_options - do not redeclare variables - Typo Modified: src/ruptures/show/display.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Update labeler.yml Co-authored-by: Olivier Boulant <[email protected]> Co-authored-by: earthgecko <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * chore: pre-commit autoupdate updates: - [github.com/nbQA-dev/nbQA: 0.10.0 → 0.11.1](nbQA-dev/nbQA@0.10.0...0.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Olivier Boulant <[email protected]> Co-authored-by: Charles T <[email protected]> Co-authored-by: earthgecko <[email protected]>
1 parent fcde5cc commit 8b59a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
hooks:
3838
- id: blacken-docs
3939
- repo: https://github.com/nbQA-dev/nbQA
40-
rev: 0.10.0
40+
rev: 0.11.1
4141
hooks:
4242
- id: nbqa-black
4343
args: [--nbqa-mutate]

0 commit comments

Comments
 (0)