chore(repo): baseline du fork input-remapper (upstream v2.2.1)
Le dépôt ne contenait que README.md ; ajout de l'intégralité du code fonctionnel du fork comme socle stable de la branche de release. L'état runtime d'orchestration (.ideai/) est exclu du suivi. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
17
.pylintrc
Normal file
17
.pylintrc
Normal file
@ -0,0 +1,17 @@
|
||||
[_]
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user