Skip to content

Commit

Permalink
Fixed missing header and added header fixes to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigurd-Borge committed Sep 25, 2024
1 parent ed510a5 commit 1bb32e1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/integration/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright (c) 2024, RTE (https://www.rte-france.com)
#
# See AUTHORS.txt
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# SPDX-License-Identifier: MPL-2.0
#
# This file is part of the Antares project.

3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ commands =
description = linting with ruff
extras = lint
commands =
python scripts/license_checker_and_adder.py --path=src --action=fix
python scripts/license_checker_and_adder.py --path=tests --action=fix
ruff check --fix src/ tests/ {posargs}
ruff format src/ tests/ {posargs}
mypy {posargs}

0 comments on commit 1bb32e1

Please sign in to comment.