Skip to content

Commit d736656

Browse files
[pre-commit.ci] pre-commit autoupdate (#80)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) * [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>
1 parent cc90eaa commit d736656

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
# Don't commit to master branch.
1818
- id: no-commit-to-branch
1919
- repo: https://github.com/psf/black
20-
rev: '23.1.0'
20+
rev: '23.3.0'
2121
hooks:
2222
- id: black
2323
types: [file, python]

stratify/_vinterp.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# z_target - the desired values of Z to generate new data for.
55
# fz_src - the data, defined at each z_src
66
import functools
7+
78
import numpy as np
89

910
cimport cython

stratify/tests/performance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ def interp_and_extrap(
4242

4343
if __name__ == "__main__":
4444
import sys
45+
4546
lazy = "lazy" in sys.argv[1:]
4647
interp_and_extrap(shape=(500, 600, 100), lazy=lazy)

0 commit comments

Comments
 (0)