Skip to content

Commit ba00e77

Browse files
committed
ci: update pylint for new project structure
1 parent 6c1d248 commit ba00e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- run: poetry install
2323
- run: isort --check .
2424
- run: black --check .
25-
- run: pylint catppuccin.py
25+
- run: pylint catppuccin
2626
- run: mypy .

0 commit comments

Comments
 (0)