From 91705f37046b9690751e2c0eefcea4139cc74ee8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 7 Jan 2026 21:34:56 +0000 Subject: [PATCH] Make Python scripts with shebangs executable - Set executable bit for word_frequency module scripts with shebangs - All 30 pre-commit hooks now passing Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com> --- python_pkg/word_frequency/analyzer.py | 0 python_pkg/word_frequency/anki_generator.py | 0 python_pkg/word_frequency/cache.py | 0 python_pkg/word_frequency/excerpt_finder.py | 0 python_pkg/word_frequency/learning_pipe.py | 0 python_pkg/word_frequency/tests/test_anki_generator.py | 0 python_pkg/word_frequency/tests/test_vocabulary_curve.py | 0 python_pkg/word_frequency/translator.py | 0 python_pkg/word_frequency/vocabulary_curve.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 python_pkg/word_frequency/analyzer.py mode change 100644 => 100755 python_pkg/word_frequency/anki_generator.py mode change 100644 => 100755 python_pkg/word_frequency/cache.py mode change 100644 => 100755 python_pkg/word_frequency/excerpt_finder.py mode change 100644 => 100755 python_pkg/word_frequency/learning_pipe.py mode change 100644 => 100755 python_pkg/word_frequency/tests/test_anki_generator.py mode change 100644 => 100755 python_pkg/word_frequency/tests/test_vocabulary_curve.py mode change 100644 => 100755 python_pkg/word_frequency/translator.py mode change 100644 => 100755 python_pkg/word_frequency/vocabulary_curve.py diff --git a/python_pkg/word_frequency/analyzer.py b/python_pkg/word_frequency/analyzer.py old mode 100644 new mode 100755 diff --git a/python_pkg/word_frequency/anki_generator.py b/python_pkg/word_frequency/anki_generator.py old mode 100644 new mode 100755 diff --git a/python_pkg/word_frequency/cache.py b/python_pkg/word_frequency/cache.py old mode 100644 new mode 100755 diff --git a/python_pkg/word_frequency/excerpt_finder.py b/python_pkg/word_frequency/excerpt_finder.py old mode 100644 new mode 100755 diff --git a/python_pkg/word_frequency/learning_pipe.py b/python_pkg/word_frequency/learning_pipe.py old mode 100644 new mode 100755 diff --git a/python_pkg/word_frequency/tests/test_anki_generator.py b/python_pkg/word_frequency/tests/test_anki_generator.py old mode 100644 new mode 100755 diff --git a/python_pkg/word_frequency/tests/test_vocabulary_curve.py b/python_pkg/word_frequency/tests/test_vocabulary_curve.py old mode 100644 new mode 100755 diff --git a/python_pkg/word_frequency/translator.py b/python_pkg/word_frequency/translator.py old mode 100644 new mode 100755 diff --git a/python_pkg/word_frequency/vocabulary_curve.py b/python_pkg/word_frequency/vocabulary_curve.py old mode 100644 new mode 100755