Skip to content

Commit f4b9ff4

Browse files
authored
feat: add pylint and linters under pyprojecttoml (#200)
1 parent f6a584f commit f4b9ff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ const linters = [
9191
'xo.config.*',
9292
'pyrightconfig.json',
9393
'biome.json',
94+
'.pylintrc',
9495
]
9596

9697
const env = [
@@ -356,6 +357,7 @@ const pyprojecttoml = [
356357
...setuppy,
357358
...pipfile,
358359
...hatchtoml,
360+
...linters,
359361
]
360362

361363
const phoenixLiveView = [

0 commit comments

Comments
 (0)