-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"dependencies": {
"@actions/artifact": "^2.1.7",
"@actions/core": "^1.10.1"
},
"name": "action-pylint",
"description": "This GitHub Action performs linting for Python packages using the specified linter tool. Supported tools include flake8, pylint, pycodestyle, pyflakes, black, and mypy.",
"version": "1.0.0",
"main": "main.js",
"keywords": [
"github-action",
"github-actions",
"lint",
"linting",
"python-linting",
"flake8",
"black",
"pylint",
"pycodestyle",
"pyflakes",
"mypy",
"code-quality",
"automated-linting",
"continuous-integration",
"static-code-analysis"
],
"author": "coldsofttech",
"license": "MIT",
"devDependencies": {
"eslint": "^9.2.0",
"globals": "^15.1.0"
}
}