FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node/pyproject.toml at main · MoLow/node · GitHub
MoLow
/
node
Public
forked from
nodejs/node
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
node
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
48 lines (45 loc) · 1020 Bytes
Breadcrumbs
node
/
pyproject.toml
Copy path
File metadata and controls
48 lines (45 loc) · 1020 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[
tool
.
ruff
]
exclude
= [
"
deps
"
,
"
tools/cpplint.py
"
,
"
tools/gyp
"
,
"
tools/inspector_protocol
"
,
"
tools/eslint/node_modules
"
]
line-length
=
172
target-version
=
"
py310
"
[
tool
.
ruff
.
lint
]
select
= [
"
ASYNC
"
,
#
flake8-async
"
C90
"
,
#
McCabe cyclomatic complexity
"
E
"
,
#
pycodestyle
"
F
"
,
#
Pyflakes
"
ICN
"
,
#
flake8-import-conventions
"
INT
"
,
#
flake8-gettext
"
PERF
"
,
#
flake8-performance
"
PLC
"
,
#
Pylint conventions
"
PLE
"
,
#
Pylint errors
"
PLR09
"
,
#
Pylint refactoring: max-args, max-branches, max returns, max-statements
"
PYI
"
,
#
flake8-pyi
"
RSE
"
,
#
flake8-raise
"
RUF
"
,
#
Ruff-specific rules
"
T10
"
,
#
flake8-debugger
"
TCH
"
,
#
flake8-type-checking
"
TID
"
,
#
flake8-tidy-imports
"
W
"
,
#
pycodestyle
"
YTT
"
,
#
flake8-2020
]
ignore
= [
"
E401
"
,
"
E402
"
,
"
E7
"
,
"
PLC0415
"
,
"
RUF005
"
,
]
[
tool
.
ruff
.
lint
.
mccabe
]
max-complexity
=
100
[
tool
.
ruff
.
lint
.
pylint
]
max-args
=
12
max-branches
=
110
max-returns
=
12
max-statements
=
289
Back
|
FazBrowse Home
|
New Git URL