-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
.pylintrc
41 lines (40 loc) · 941 Bytes
/
.pylintrc
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
[MAIN]
disable=
attribute-defined-outside-init,
consider-using-f-string,
consider-using-generator,
consider-using-join,
consider-using-with,
duplicate-code,
import-error,
inconsistent-return-statements,
invalid-name,
line-too-long,
missing-module-docstring,
raise-missing-from,
too-few-public-methods,
too-many-arguments,
too-many-branches,
too-many-instance-attributes,
too-many-locals,
too-many-return-statements,
too-many-statements,
too-many-nested-blocks,
unnecessary-lambda-assignment,
wrong-import-position,
broad-exception-caught,
no-member,
fixme,
ignore=
backup_intune.py,
backup_entra.py,
update_intune.py,
update_entra.py,
run_backup.py,
run_update.py,
document_intune.py,
document_entra.py,
run_documentation.py,
_test_backup_template.py,
backup_template.py,
update_template.py,