Skip to content

Commit 12122a2

Browse files
authored
Merge pull request #72 from TUDelftGeodesy/release_next
bump version
2 parents 54ea942 + a456401 commit 12122a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sarxarray"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
requires-python = ">=3.10"
99
dependencies = [
1010
"dask[complete]",
@@ -88,11 +88,11 @@ lint.select = [
8888
lint.ignore = [
8989
"D100", "D101", "D104", "D105", "D106", "D107", "D203", "D213", "D413"
9090
] # docstring style
91+
# Allow unused variables when underscore-prefixed.
92+
lint.dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
9193

9294
line-length = 88
9395
exclude = ["docs", "build", "examples"]
94-
# Allow unused variables when underscore-prefixed.
95-
lint.dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
9696
target-version = "py310"
9797

9898
[tool.ruff.lint.per-file-ignores]

0 commit comments

Comments
 (0)