From 2887af3d88656837e31c843c5aa95a87f845d58a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:29:24 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit suggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/PyCQA/isort: 6.1.0 → 9.0.0a3](https://github.com/PyCQA/isort/compare/6.1.0...9.0.0a3) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.5.1](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...26.5.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fca523e58..d8d7a0f85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - --select=W605 - repo: https://github.com/PyCQA/isort - rev: 6.1.0 + rev: 9.0.0a3 hooks: - id: isort name: Format imports @@ -45,7 +45,7 @@ repos: exclude: docs/ - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 26.5.1 hooks: - id: black name: Format code From f134712b2b5870f96c25fe6c2c2e557d2e03f893 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:30:25 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- nemo_text_processing/text_normalization/pt/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nemo_text_processing/text_normalization/pt/utils.py b/nemo_text_processing/text_normalization/pt/utils.py index da4be3f89..b9f61e4d6 100644 --- a/nemo_text_processing/text_normalization/pt/utils.py +++ b/nemo_text_processing/text_normalization/pt/utils.py @@ -17,6 +17,7 @@ Provides get_abs_path for resolving data paths and load_labels for reading TSV label files. """ + import csv import os