diff --git a/salt/dev/install-python-tools.sls b/salt/dev/install-python-tools.sls index f7d522b..56eb2a8 100644 --- a/salt/dev/install-python-tools.sls +++ b/salt/dev/install-python-tools.sls @@ -1,5 +1,5 @@ {# -SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. +SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. SPDX-License-Identifier: AGPL-3.0-or-later #} @@ -22,5 +22,8 @@ include: - python3-setuptools - python3-pytest - python3-pip + - black + - mypy + - pylint {% endif %}