1
0
Fork 0

Adding upstream version 2.4.9.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 21:56:53 +01:00
parent 5697bd3245
commit aac8bb564e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 2 additions and 1 deletions

View file

@ -312,6 +312,7 @@ NAMES = {
'Pipfile': EXTENSIONS['toml'],
'Pipfile.lock': EXTENSIONS['json'],
'PKGBUILD': {'text', 'bash', 'pkgbuild', 'alpm'},
'poetry.lock': EXTENSIONS['toml'],
'pylintrc': EXTENSIONS['ini'] | {'pylintrc'},
'README': EXTENSIONS['txt'],
'Rakefile': EXTENSIONS['rb'],