Delete pylint.cfg

pull/20/head
Ali Kamal 2023-02-24 00:14:17 +05:00 zatwierdzone przez GitHub
rodzic de7c7e3314
commit 2ec873ded1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 34 usunięć

Wyświetl plik

@ -1,34 +0,0 @@
[MASTER]
files = $(git ls-files '*.py')
# Maximum line length
max-line-length = 120
# Directories to ignore
ignore = tests/*, migrations/*
[BASIC]
# Reports only fatal errors
fail-under = 10
[MESSAGES CONTROL]
# Enable these messages
enable = all
# Disable these messages
disable = C0103,C0111,R0913
[REPORTS]
# Output format
output-format = colorized
# Include only errors and warnings in the report
reports = no
[FORMAT]
# Naming convention for variables
good-names = i,j,k,ex,Run,_