Skip to content

Commit 3c608c4

Browse files
Add linter group
1 parent e1795e5 commit 3c608c4

File tree

2 files changed

+128
-3
lines changed

2 files changed

+128
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ nbrun = [
3232
"ipython>=7.10.0",
3333
"nbconvert>=5.6.1",
3434
]
35+
linter = [
36+
"pylint"
37+
]
3538
dev = [
3639
"ruff>=0.1.0",
3740
]

0 commit comments

Comments
 (0)