From 4b9925ac23c17c2723c0b0ac7cb87ac646107476 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 19 Apr 2025 13:11:42 +0200 Subject: [PATCH] Re-add reuse check. --- antsibull-nox.toml | 2 ++ noxfile.py | 3 +++ 2 files changed, 5 insertions(+) diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 6d73110..541f4e7 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -25,6 +25,8 @@ run_mypy = false [sessions.docs_check] validate_collection_refs="all" +[sessions.license_check] + [sessions.extra_checks] run_no_unwanted_files = true no_unwanted_files_module_extensions = [".py"] diff --git a/noxfile.py b/noxfile.py index d8c5173..16187f9 100644 --- a/noxfile.py +++ b/noxfile.py @@ -1,3 +1,6 @@ +# Copyright (c) Ansible Project +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later # The following metadata allows Python runners and nox to install the required # dependencies for running this Python script: