File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,6 +232,9 @@ ignore = [
232232 " D212" , # Multi-line docstring summary should start at the first line
233233 ]
234234
235+ [tool .ruff .lint .flake8-copyright ]
236+ notice-rgx = " (?i)copyright.*python-stratify contributors"
237+
235238[tool .ruff .lint .isort ]
236239force-sort-within-sections = true
237240# Change to match specific package name:
Original file line number Diff line number Diff line change 1+ # Copyright python-stratify contributors
2+ #
3+ # This file is part of python-stratify and is released under the BSD license.
4+ # See LICENSE in the root of the repository for full licensing details.
15import os
26from pathlib import Path
37import sys
Original file line number Diff line number Diff line change 1+ # Copyright python-stratify contributors
2+ #
3+ # This file is part of python-stratify and is released under the BSD license.
4+ # See LICENSE in the root of the repository for full licensing details.
15from ._bounded_vinterp import interpolate_conservative # noqa: F401
26from ._version import version as __version__ # noqa: F401
37from ._vinterp import * # noqa: F403
Original file line number Diff line number Diff line change 1+ # Copyright python-stratify contributors
2+ #
3+ # This file is part of python-stratify and is released under the BSD license.
4+ # See LICENSE in the root of the repository for full licensing details.
15import numpy as np
26
37from ._conservative import conservative_interpolation
Original file line number Diff line number Diff line change 1+ # Copyright python-stratify contributors
2+ #
3+ # This file is part of python-stratify and is released under the BSD license.
4+ # See LICENSE in the root of the repository for full licensing details.
Original file line number Diff line number Diff line change 1+ # Copyright python-stratify contributors
2+ #
3+ # This file is part of python-stratify and is released under the BSD license.
4+ # See LICENSE in the root of the repository for full licensing details.
15"""Functions that may be used to measure performance of a component."""
26
37import dask .array as da
Original file line number Diff line number Diff line change 1+ # Copyright python-stratify contributors
2+ #
3+ # This file is part of python-stratify and is released under the BSD license.
4+ # See LICENSE in the root of the repository for full licensing details.
15import unittest
26
37import numpy as np
Original file line number Diff line number Diff line change 1+ # Copyright python-stratify contributors
2+ #
3+ # This file is part of python-stratify and is released under the BSD license.
4+ # See LICENSE in the root of the repository for full licensing details.
15import unittest
26
37import dask .array as da
You can’t perform that action at this time.
0 commit comments