mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-12 01:10:38 +00:00
18 lines
458 B
INI
18 lines
458 B
INI
[_]
|
|
|
|
max-line-length=88 # black
|
|
|
|
extension-pkg-whitelist=evdev, pydantic
|
|
load-plugins=pylint_pydantic
|
|
|
|
disable=
|
|
# that is the standard way to import GTK afaik
|
|
wrong-import-position,
|
|
|
|
# using """ for comments highlights them in green for me and makes it
|
|
# a great way to separate stuff into multiple sections
|
|
pointless-string-statement
|
|
|
|
# https://github.com/psf/black/blob/main/docs/compatible_configs/pylint/pylintrc
|
|
C0330, C0326
|