Commit Graph

11 Commits

Author SHA1 Message Date
c1a840454b fix: resolve CI type annotation issues
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
- Replaced deprecated typing.List/Dict/Tuple with native list/dict/tuple
- Fixed trailing whitespace issues
- Fixed blank line whitespace issues
- Removed unused variables and imports
- Applied black formatting
2026-02-02 12:45:04 +00:00
a93982b27f fix: resolve CI type annotation issues
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
- Replaced deprecated typing.List/Dict/Tuple with native list/dict/tuple
- Fixed trailing whitespace issues
- Fixed blank line whitespace issues
- Removed unused variables and imports
- Applied black formatting
2026-02-02 12:45:03 +00:00
7a9c71e059 fix: resolve CI type annotation issues
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
- Replaced deprecated typing.List/Dict/Tuple with native list/dict/tuple
- Fixed trailing whitespace issues
- Fixed blank line whitespace issues
- Removed unused variables and imports
- Applied black formatting
2026-02-02 12:45:03 +00:00
d6d630d1e8 fix: resolve CI type annotation issues
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
- Replaced deprecated typing.List/Dict/Tuple with native list/dict/tuple
- Fixed trailing whitespace issues
- Fixed blank line whitespace issues
- Removed unused variables and imports
- Applied black formatting
2026-02-02 12:45:03 +00:00
ee009bd4b0 fix: resolve CI type annotation issues
Some checks failed
CI / test (push) Failing after 5m7s
CI / build (push) Has been skipped
- Add missing imports (Optional, Dict, List, TYPE_CHECKING) to affected modules
- Add return type annotation -> None for __init__ methods
- Add type annotations for ast dict and scenario variables
- Create _colorize helper function to fix invalid fg parameter
- Add type ignore comment for analyze_ambiguity return value
2026-02-02 12:32:02 +00:00
8b41f73f95 fix: resolve CI type annotation issues
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
- Add missing imports (Optional, Dict, List, TYPE_CHECKING) to affected modules
- Add return type annotation -> None for __init__ methods
- Add type annotations for ast dict and scenario variables
- Create _colorize helper function to fix invalid fg parameter
- Add type ignore comment for analyze_ambiguity return value
2026-02-02 12:32:01 +00:00
f03ac3a7f9 fix: resolve CI type annotation issues
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
- Add missing imports (Optional, Dict, List, TYPE_CHECKING) to affected modules
- Add return type annotation -> None for __init__ methods
- Add type annotations for ast dict and scenario variables
- Create _colorize helper function to fix invalid fg parameter
- Add type ignore comment for analyze_ambiguity return value
2026-02-02 12:32:01 +00:00
b9a6c43e18 fix: resolve CI type annotation issues
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
- Add missing imports (Optional, Dict, List, TYPE_CHECKING) to affected modules
- Add return type annotation -> None for __init__ methods
- Add type annotations for ast dict and scenario variables
- Create _colorize helper function to fix invalid fg parameter
- Add type ignore comment for analyze_ambiguity return value
2026-02-02 12:32:00 +00:00
8e300ea84f fix: resolve CI type annotation issues
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
- Add missing imports (Optional, Dict, List, TYPE_CHECKING) to affected modules
- Add return type annotation -> None for __init__ methods
- Add type annotations for ast dict and scenario variables
- Create _colorize helper function to fix invalid fg parameter
- Add type ignore comment for analyze_ambiguity return value
2026-02-02 12:32:00 +00:00
Bot
ffa0f0c690 Initial commit
Some checks failed
CI / test (push) Failing after 5m30s
CI / build (push) Has been skipped
v0.1.0
2026-02-02 12:21:46 +00:00
Bot
ec3ea3da33 Initial commit: Requirements to Gherkin CLI Converter 2026-02-02 12:15:36 +00:00