mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-14 00:45:37 -04:00
feat: install python linters
This commit is contained in:
parent
53addd389e
commit
b82a63e0ac
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{#
|
{#
|
||||||
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||||
|
|
||||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
#}
|
#}
|
||||||
|
@ -22,5 +22,8 @@ include:
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- python3-pytest
|
- python3-pytest
|
||||||
- python3-pip
|
- python3-pip
|
||||||
|
- black
|
||||||
|
- mypy
|
||||||
|
- pylint
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue