Go to file
git-bruh d5265cfbac
python: remove --without-doc-strings
It breaks the inspect.signature function for classes that don't explicitly set a constructor, because the `__text_signature__` attribute is empty

```
from inspect import signature

class Test:
    pass

print(signature(Test.__init__))
```

This is used in some python modules like telethon
2023-01-30 16:09:48 +05:30
core git: 2.39.1 2023-01-17 17:09:33 -06:00
extra python: remove --without-doc-strings 2023-01-30 16:09:48 +05:30
testing/firefox firefox [testing]: 110.0b7 2023-01-29 21:52:19 -06:00
wayland libinput: 1.22.1 2023-01-16 14:08:53 -06:00
.allowed_signers allowed signer: git-bruh 2022-09-16 13:36:13 -05:00
.woodpecker.yml .woodpecker.yml: add CI file 2022-09-27 18:46:47 +05:30
LICENSE docs: update 2021-07-02 14:45:17 +00:00
MOTD sway: 1.8 2022-12-26 22:45:18 -06:00
README switch to SSH commit signatures 2022-09-15 16:11:48 -05:00

|/
|\ISS LINUX                                                https://kisslinux.org
________________________________________________________________________________


Unofficial Main Repository
________________________________________________________________________________


The officially unofficial repository for KISS Linux maintained by kiss-community

More information:

    - https://kisslinux.org
    - https://kisslinux.org/package-system


Enabling SSH signature verification (recommended):
________________________________________________________________________________

$ cd /path/to/repo
$ git config gpg.ssh.allowedSignersFile .allowed_signers
$ git config merge.verifySignatures true