Skip to content

Commit 815815b

Browse files
committed
Updated Ruff
1 parent 097f80e commit 815815b

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ polarsteps-data-parser = "polarsteps_data_parser.__main__:cli"
2121
[dependency-groups]
2222
dev = [
2323
"pre-commit>=3.7.1,<4",
24-
"ruff>=0.4.6,<0.5",
24+
"ruff>=0.9.7,<1.0",
2525
]
2626

2727
[build-system]

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ target-version = "py312"
3535

3636
[lint]
3737
select = ["E", "F", "TCH", "C901", "W", "D", "ANN"]
38-
ignore = ["D100", "D107", "D203", "D213", "ANN101", "ANN102"]
38+
ignore = ["D100", "D107", "D203", "D213"]
3939

4040
pydocstyle.convention = "google"
4141

uv.lock

Lines changed: 20 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)