mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-13 10:36:25 +01:00
Discord service major overhaul
This commit is contained in:
14
.pylintrc
Normal file
14
.pylintrc
Normal file
@@ -0,0 +1,14 @@
|
||||
[MASTER]
|
||||
ignore-patterns=test_.*.py,__init__.py,generate_.*.py
|
||||
|
||||
[BASIC]
|
||||
# Good variable names which should always be accepted, separated by a comma
|
||||
good-names=i,j,k,x,f,ex
|
||||
|
||||
[FORMAT]
|
||||
# Maximum number of characters on a single line.
|
||||
max-line-length=100
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
disable=R,C
|
||||
|
||||
Reference in New Issue
Block a user