Skip to content

Commit d9d009c

Browse files
committed
Add pylint as dev dependency
1 parent e06399b commit d9d009c

2 files changed

Lines changed: 96 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ good-names = ["i", "j", "k", "ex", "Run", "_", "f", "e", "fp"]
3333
max-args = 10
3434
max-locals = 20
3535
max-branches = 15
36+
37+
[dependency-groups]
38+
dev = [
39+
"pylint>=4.0.4",
40+
]

uv.lock

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

0 commit comments

Comments
 (0)