Skip to content

Commit

Permalink
Add missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Oct 19, 2024
1 parent 71b16a3 commit 92eb59c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .nextmv/check_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
GO_IGNORE = []

PYTHON_HEADER = f"# {HEADER}"
PYTHON_IGNORE = ["venv/*", "tests/*"]
PYTHON_IGNORE = ["venv/*", "src/tests/*"]


def main() -> None:
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# © 2019-present nextmv.io inc

import os
import platform
import subprocess
Expand Down
2 changes: 2 additions & 0 deletions src/nextroute/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# © 2019-present nextmv.io inc

import os
import subprocess

Expand Down

0 comments on commit 92eb59c

Please sign in to comment.