-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handling updated kstest interface in scipy 1.10 (#454)
* handling updated kstest interface in scipy 1.10 * updating precommit * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c637d6c
commit e1db6a2
Showing
3 changed files
with
22 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,20 @@ | ||
|
||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.4.0 | ||
hooks: | ||
- id: trailing-whitespace | ||
- id: end-of-file-fixer | ||
- id: debug-statements | ||
|
||
- repo: https://github.com/PyCQA/isort | ||
rev: "5.11.4" | ||
hooks: | ||
- id: isort | ||
args: [] | ||
additional_dependencies: [toml] | ||
exclude: docs/tutorials | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.4.0 | ||
hooks: | ||
- id: trailing-whitespace | ||
- id: end-of-file-fixer | ||
- id: debug-statements | ||
|
||
- repo: https://github.com/psf/black | ||
rev: "22.12.0" | ||
hooks: | ||
- id: black | ||
- repo: https://github.com/PyCQA/isort | ||
rev: "5.11.4" | ||
hooks: | ||
- id: isort | ||
args: [] | ||
additional_dependencies: [toml] | ||
exclude: docs/tutorials | ||
|
||
- repo: https://github.com/dfm/black_nbconvert | ||
rev: v0.4.0 | ||
hooks: | ||
- id: black_nbconvert | ||
- repo: https://github.com/psf/black | ||
rev: "22.12.0" | ||
hooks: | ||
- id: black-jupyter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters