diff --git a/.forgejo/workflows/config/.pylintrc b/.forgejo/workflows/config/.pylintrc new file mode 100644 index 0000000..43ae10c --- /dev/null +++ b/.forgejo/workflows/config/.pylintrc @@ -0,0 +1,7 @@ + [MESSAGES CONTROL] + disable= + missing-module-docstring, + missing-function-docstring, + line-too-long, + too-many-arguments, + too-many-instance-attributes