Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatters update #457

Open
wants to merge 48 commits into
base: dev
Choose a base branch
from
Open

Formatters update #457

wants to merge 48 commits into from

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    ccfb1d4 View commit details
    Browse the repository at this point in the history
  2. Fix codestyle warnings

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    25ca84f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a340d5e View commit details
    Browse the repository at this point in the history
  4. Add unified formatter

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2fad782 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a763a87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb9cb45 View commit details
    Browse the repository at this point in the history
  7. Rewrite formatters

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    398e090 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ba546d View commit details
    Browse the repository at this point in the history
  9. move formatter to utils

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0a450f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    380bc61 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    265d754 View commit details
    Browse the repository at this point in the history
  12. Deleted unused imports

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    64bc104 View commit details
    Browse the repository at this point in the history
  13. Add pr modifications

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8fba241 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0db1bdc View commit details
    Browse the repository at this point in the history
  15. return hypotheses_list

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f20419b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f451c08 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    84edaba View commit details
    Browse the repository at this point in the history
  18. Add small fixes

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d1fa125 View commit details
    Browse the repository at this point in the history
  19. Return prepare_el_input

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9073bee View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    50cecf3 View commit details
    Browse the repository at this point in the history
  21. fix linter errors

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3ea7789 View commit details
    Browse the repository at this point in the history
  22. fix linter errors

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8a2e651 View commit details
    Browse the repository at this point in the history
  23. fix lambda functions call

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    85107c8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9e6a38c View commit details
    Browse the repository at this point in the history
  25. fix error with gast library

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    395bdcc View commit details
    Browse the repository at this point in the history
  26. small addition to run tests

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6b85e5d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    dc8e9b8 View commit details
    Browse the repository at this point in the history
  28. fix naming error

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7b9c6c6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    be73c06 View commit details
    Browse the repository at this point in the history
  30. fix key error in dialog

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ea6a920 View commit details
    Browse the repository at this point in the history
  31. fix linter errors

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    483857d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a6e7105 View commit details
    Browse the repository at this point in the history
  33. Add type annotations

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3ef00f6 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    12f7464 View commit details
    Browse the repository at this point in the history
  35. Fix linter errors

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a0ad0c2 View commit details
    Browse the repository at this point in the history
  36. Fix eliza formatter

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7467b81 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e95f1c0 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    e7c0476 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    0d92ff3 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    9279739 View commit details
    Browse the repository at this point in the history
  41. fix linter errors

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    07e3783 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    58b9181 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    6228532 View commit details
    Browse the repository at this point in the history
  44. fix get_annotation error

    NeoIsALie committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    50548bd View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    fb7f6f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Revert context_formatter

    NeoIsALie committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    439a509 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Revert sentseg formatters

    NeoIsALie committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    29aa457 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    9405161 View commit details
    Browse the repository at this point in the history