Skip to content

Commit aed3b13

Browse files
committed
linting on feature branch
1 parent 7d5898c commit aed3b13

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.pylintrc

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,10 @@ max-line-length=120
66
# Define good names that should not trigger warnings
77
good-names=i, j, k, ex, Run, _
88

9-
[FORMAT]
10-
# Enable checks for PEP 8 formatting
11-
enable-extensions=PEP8Naming
12-
13-
[VARIABLES]
14-
# Enforce naming conventions for variables
15-
dummy-variables-rgx=_?[a-z][a-z0-9]*$
16-
17-
[DESIGN]
18-
# Set a minimum public methods threshold
19-
min-public-methods=2
20-
219
[CLASSES]
2210
# Disable too-few-public-methods check
2311
disable=too-few-public-methods
2412

2513
[REPORTS]
2614
# Set the verbosity of the pylint output
2715
output-format=colorized
28-
29-
[MESSAGES CONTROL]
30-
# Adjust severity of certain messages
31-
disable=I0011,C0103
32-
33-
[REFACTORING]
34-
# Disable refactor checks
35-
disable=bad-continuation

0 commit comments

Comments
 (0)