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

modernization of proselint #1361

Closed
wants to merge 249 commits into from
Closed

modernization of proselint #1361

wants to merge 249 commits into from

Commits on Apr 17, 2023

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

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    451801f View commit details
    Browse the repository at this point in the history
  2. Tests for Nigel's clichés

    mdgjohnny committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    67be7fc View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    9db9d31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8defcc4 View commit details
    Browse the repository at this point in the history
  3. update deps

    orgua committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    237ff5e View commit details
    Browse the repository at this point in the history
  4. py: add commas

    orgua committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    98ce3d2 View commit details
    Browse the repository at this point in the history
  5. clean imports

    orgua committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    9083fef View commit details
    Browse the repository at this point in the history
  6. lint code

    orgua committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    623d684 View commit details
    Browse the repository at this point in the history
  7. fix programming error

    orgua committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f7d62d8 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump ruby/setup-ruby from 1.95.0 to 1.163.0

    Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.95.0 to 1.163.0.
    - [Release notes](https://github.com/ruby/setup-ruby/releases)
    - [Commits](ruby/setup-ruby@v1.95.0...v1.163.0)
    
    ---
    updated-dependencies:
    - dependency-name: ruby/setup-ruby
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    fe731d0 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump codecov/codecov-action from 2.1.0 to 3.1.4

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.1.4.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v2.1.0...v3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    e07daf6 View commit details
    Browse the repository at this point in the history
  10. chore(deps): bump actions/setup-python from 2 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v2...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6ffbff7 View commit details
    Browse the repository at this point in the history
  11. chore(deps): bump actions/cache from 2 to 3

    Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    24e4032 View commit details
    Browse the repository at this point in the history
  12. chore(deps-dev): bump pytest from 6.2.5 to 7.4.3

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.4.3.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@6.2.5...7.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ac146da View commit details
    Browse the repository at this point in the history
  13. Merge pull request #5 from orgua/dependabot/github_actions/actions/ca…

    …che-3
    
    chore(deps): bump actions/cache from 2 to 3
    orgua committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0dc599c View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4 from orgua/dependabot/github_actions/actions/se…

    …tup-python-5
    
    chore(deps): bump actions/setup-python from 2 to 5
    orgua committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    d1ec014 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #6 from orgua/dependabot/pip/pytest-7.4.3

    chore(deps-dev): bump pytest from 6.2.5 to 7.4.3
    orgua committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f3ab5cc View commit details
    Browse the repository at this point in the history
  16. chore(deps): bump actions/checkout from 2 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    791fbd7 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #2 from orgua/dependabot/github_actions/actions/ch…

    …eckout-4
    
    chore(deps): bump actions/checkout from 2 to 4
    orgua committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    53fe09f View commit details
    Browse the repository at this point in the history
  18. Merge pull request #1 from orgua/dependabot/github_actions/ruby/setup…

    …-ruby-1.163.0
    
    chore(deps): bump ruby/setup-ruby from 1.95.0 to 1.163.0
    orgua committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    f28b461 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #3 from orgua/dependabot/github_actions/codecov/co…

    …decov-action-3.1.4
    
    chore(deps): bump codecov/codecov-action from 2.1.0 to 3.1.4
    orgua committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    2ef0a38 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4aaeea6 View commit details
    Browse the repository at this point in the history
  21. clean up usage of paths

    orgua committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    62cbc93 View commit details
    Browse the repository at this point in the history
  22. remove legacy-code

    orgua committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    873014f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dbae823 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. sort imports

    orgua committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    1e39e4d View commit details
    Browse the repository at this point in the history
  2. add typehinting

    orgua committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    b2ab749 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. format with black-style, ruff

    output was checked for errors
    orgua committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    b24f5b1 View commit details
    Browse the repository at this point in the history
  2. add proper logging capability

    orgua committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    21947b0 View commit details
    Browse the repository at this point in the history
  3. refactor internal paths

    orgua committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    1af69f2 View commit details
    Browse the repository at this point in the history
  4. refactor cache

    orgua committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    64d4d6d View commit details
    Browse the repository at this point in the history
  5. lint

    orgua committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    147aee1 View commit details
    Browse the repository at this point in the history
  6. refactor cache

    orgua committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    f2b91d6 View commit details
    Browse the repository at this point in the history
  7. add chromalog and update deps

    orgua committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    dd5a0f0 View commit details
    Browse the repository at this point in the history
  8. refactor logger

    orgua committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    54668e0 View commit details
    Browse the repository at this point in the history
  9. various refactoring

    orgua committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    c66ef43 View commit details
    Browse the repository at this point in the history
  10. allow benchmarking & fix bugs

    orgua committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    873022e View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. small bugfixes

    orgua committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    5d8638a View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump ruby/setup-ruby from 1.163.0 to 1.165.1

    Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.163.0 to 1.165.1.
    - [Release notes](https://github.com/ruby/setup-ruby/releases)
    - [Commits](ruby/setup-ruby@v1.163.0...v1.165.1)
    
    ---
    updated-dependencies:
    - dependency-name: ruby/setup-ruby
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    8722878 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump crazy-max/ghaction-github-labeler from 3 to 5

    Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 3 to 5.
    - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases)
    - [Commits](crazy-max/ghaction-github-labeler@v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: crazy-max/ghaction-github-labeler
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    6cbd9fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f364082 View commit details
    Browse the repository at this point in the history
  5. consider age of cache-entries

    orgua committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    87f5832 View commit details
    Browse the repository at this point in the history
  6. optimize slowest funcs

    orgua committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    52f574e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fea336 View commit details
    Browse the repository at this point in the history
  8. refactor for modularity

    orgua committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    c8368e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17fd756 View commit details
    Browse the repository at this point in the history
  10. Update poetry.lock

    orgua committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    c24211b View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. refactor unittests (wip)

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2e468c7 View commit details
    Browse the repository at this point in the history
  2. remove duplicates

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    bd5a3d1 View commit details
    Browse the repository at this point in the history
  3. reformat

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    458aacc View commit details
    Browse the repository at this point in the history
  4. Update config_default.py

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    625349c View commit details
    Browse the repository at this point in the history
  5. refactor unittests

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    9f73969 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ada3e7b View commit details
    Browse the repository at this point in the history
  7. allow disabling cache

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    666be5a View commit details
    Browse the repository at this point in the history
  8. small renaming & formatting

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3163e3c View commit details
    Browse the repository at this point in the history
  9. extending sys.path not needed

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    567a517 View commit details
    Browse the repository at this point in the history
  10. propagate module-path

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b33bc8f View commit details
    Browse the repository at this point in the history
  11. refactor web-scripts

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    69ffeab View commit details
    Browse the repository at this point in the history
  12. refactor new scripts

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8930e92 View commit details
    Browse the repository at this point in the history
  13. refactor and reformat scripts

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    644382a View commit details
    Browse the repository at this point in the history
  14. add cache-tests

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    45f657b View commit details
    Browse the repository at this point in the history
  15. add config-tests

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    dae83c8 View commit details
    Browse the repository at this point in the history
  16. add note to benchmark

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f2dd797 View commit details
    Browse the repository at this point in the history
  17. add printer for invoke()

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0c6ac6f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ce47da9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    af65ec7 View commit details
    Browse the repository at this point in the history
  20. fix tests

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4d35420 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2055bec View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7dc2f58 View commit details
    Browse the repository at this point in the history
  23. Update test_cache_function.py

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4943d6d View commit details
    Browse the repository at this point in the history
  24. Update test_config_default.py

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    ebef8e0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2e5c2f4 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #12 from orgua/dependabot/github_actions/crazy-max…

    …/ghaction-github-labeler-5
    
    chore(deps): bump crazy-max/ghaction-github-labeler from 3 to 5
    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    12e68ba View commit details
    Browse the repository at this point in the history
  27. Merge pull request #11 from orgua/dependabot/github_actions/ruby/setu…

    …p-ruby-1.165.1
    
    chore(deps): bump ruby/setup-ruby from 1.163.0 to 1.165.1
    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5f86848 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fb72dd6 View commit details
    Browse the repository at this point in the history
  29. Update ci-lint-test.yml

    orgua committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1d69912 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a67a7f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. add multiprocessing for checks

    orgua committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    59d1eec View commit details
    Browse the repository at this point in the history
  2. ditch chromalog-package

    orgua committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    fb09191 View commit details
    Browse the repository at this point in the history
  3. parallelize lint()

    orgua committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    1bc6276 View commit details
    Browse the repository at this point in the history
  4. remove memoizer for checks

    orgua committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    e45b917 View commit details
    Browse the repository at this point in the history
  5. extend benchmark scripts

    orgua committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    a3b78a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82f671c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44bfd7e View commit details
    Browse the repository at this point in the history
  8. minor fixes

    orgua committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    edb8b5f View commit details
    Browse the repository at this point in the history
  9. refactor more checks and tests

    orgua committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d2fa1b8 View commit details
    Browse the repository at this point in the history
  10. fix check_option join & require_padding

    add enum to choose padding
    orgua committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    4a845b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    4bfb81a View commit details
    Browse the repository at this point in the history
  2. add pytest-cov dependency

    orgua committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    471b241 View commit details
    Browse the repository at this point in the history
  3. fix check-tests

    orgua committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    efeb957 View commit details
    Browse the repository at this point in the history
  4. fix test for caching

    orgua committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    956f943 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b87d194 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    201d7ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    769123f View commit details
    Browse the repository at this point in the history
  8. change config

    orgua committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7ef28ce View commit details
    Browse the repository at this point in the history
  9. fix unittests

    orgua committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    464f41b View commit details
    Browse the repository at this point in the history
  10. linting

    orgua committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ccb6c8a View commit details
    Browse the repository at this point in the history
  11. cache is now a singleton

    orgua committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ccbcf7a View commit details
    Browse the repository at this point in the history
  12. Update tools.py

    orgua committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4cb1813 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dc4da55 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f4a9fc2 View commit details
    Browse the repository at this point in the history
  15. rename lint_cache

    orgua committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8a78b9c View commit details
    Browse the repository at this point in the history
  16. force single-line imports

    orgua committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f764def View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7a5e4c3 View commit details
    Browse the repository at this point in the history
  18. optimize check-message

    orgua committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    560eabd View commit details
    Browse the repository at this point in the history
  19. lint code

    orgua committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1de71f7 View commit details
    Browse the repository at this point in the history
  20. add current ruff-config

    orgua committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    0d87b24 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. overhaul output-format system

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    92d72f4 View commit details
    Browse the repository at this point in the history
  2. store filename in error-list

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    741639d View commit details
    Browse the repository at this point in the history
  3. fix bug in memoizer

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    7bd74e0 View commit details
    Browse the repository at this point in the history
  4. improve memoizer

    cleaner interface, more secure caching
    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    87c23a6 View commit details
    Browse the repository at this point in the history
  5. fix padding in some checks

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8a4aa20 View commit details
    Browse the repository at this point in the history
  6. improve commercialese

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6ef3a1a View commit details
    Browse the repository at this point in the history
  7. improve memoizer

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f3d3657 View commit details
    Browse the repository at this point in the history
  8. Update score.py

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    52e445a View commit details
    Browse the repository at this point in the history
  9. add weasel words

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    ceb06ee View commit details
    Browse the repository at this point in the history
  10. fix unittests

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e72d054 View commit details
    Browse the repository at this point in the history
  11. speed up scripts

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2632d2b View commit details
    Browse the repository at this point in the history
  12. move printing out of linter

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    a3e9af2 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'pr/1356'

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e49149e View commit details
    Browse the repository at this point in the history
  14. Update test_cliches.py

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    413cf62 View commit details
    Browse the repository at this point in the history
  15. fix code

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    5a552be View commit details
    Browse the repository at this point in the history
  16. fix unittests and lint

    orgua committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4b09ec2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. bump version

    orgua committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    ac40919 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

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

Commits on Jan 24, 2024

  1. ci(lint-test): fix pytest

    Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3fbaaef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3213d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6eb6949 View commit details
    Browse the repository at this point in the history
  4. update deps

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a04b80b View commit details
    Browse the repository at this point in the history
  5. py: add commas

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b552b74 View commit details
    Browse the repository at this point in the history
  6. clean imports

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    691a145 View commit details
    Browse the repository at this point in the history
  7. lint code

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4c155b1 View commit details
    Browse the repository at this point in the history
  8. fix programming error

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1434a98 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump actions/cache from 2 to 3

    Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    912e965 View commit details
    Browse the repository at this point in the history
  10. chore(deps): bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f14ce3a View commit details
    Browse the repository at this point in the history
  11. chore(deps-dev): bump pytest from 6.2.5 to 7.4.3

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.4.3.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@6.2.5...7.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    6d6d995 View commit details
    Browse the repository at this point in the history
  12. chore(deps): bump actions/checkout from 2 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a0f8bc7 View commit details
    Browse the repository at this point in the history
  13. chore(deps): bump ruby/setup-ruby from 1.95.0 to 1.163.0

    Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.95.0 to 1.163.0.
    - [Release notes](https://github.com/ruby/setup-ruby/releases)
    - [Commits](ruby/setup-ruby@v1.95.0...v1.163.0)
    
    ---
    updated-dependencies:
    - dependency-name: ruby/setup-ruby
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    eefe9f1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    03b91ab View commit details
    Browse the repository at this point in the history
  15. clean up usage of paths

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    75cd2b7 View commit details
    Browse the repository at this point in the history
  16. remove legacy-code

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    41ac3bd View commit details
    Browse the repository at this point in the history
  17. avoid shadowing a Python builtins

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a0e43e8 View commit details
    Browse the repository at this point in the history
  18. sort imports

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4b1e5c7 View commit details
    Browse the repository at this point in the history
  19. add typehinting

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3988867 View commit details
    Browse the repository at this point in the history
  20. format with black-style, ruff

    output was checked for errors
    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    18d22c0 View commit details
    Browse the repository at this point in the history
  21. add proper logging capability

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c4fdcfa View commit details
    Browse the repository at this point in the history
  22. refactor internal paths

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    391bafb View commit details
    Browse the repository at this point in the history
  23. refactor cache

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    938f157 View commit details
    Browse the repository at this point in the history
  24. lint

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    31cc235 View commit details
    Browse the repository at this point in the history
  25. refactor cache

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ce94896 View commit details
    Browse the repository at this point in the history
  26. add chromalog and update deps

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    2e74b61 View commit details
    Browse the repository at this point in the history
  27. refactor logger

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fa9f6cd View commit details
    Browse the repository at this point in the history
  28. various refactoring

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a07fa34 View commit details
    Browse the repository at this point in the history
  29. allow benchmarking & fix bugs

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    12bd14a View commit details
    Browse the repository at this point in the history
  30. small bugfixes

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d97811a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7e62d8b View commit details
    Browse the repository at this point in the history
  32. consider age of cache-entries

    orgua authored and Nytelife26 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d41ca24 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. optimize slowest funcs

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3b51220 View commit details
    Browse the repository at this point in the history
  2. remove tests for compiled-file-deletion

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fcc7d29 View commit details
    Browse the repository at this point in the history
  3. refactor for modularity

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f0dc9cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b58f140 View commit details
    Browse the repository at this point in the history
  5. refactor unittests (wip)

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6cffecf View commit details
    Browse the repository at this point in the history
  6. remove duplicates

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    457c832 View commit details
    Browse the repository at this point in the history
  7. reformat

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3da41d8 View commit details
    Browse the repository at this point in the history
  8. Update config_default.py

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    74a726c View commit details
    Browse the repository at this point in the history
  9. refactor unittests

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    58b7a42 View commit details
    Browse the repository at this point in the history
  10. move tests for checks in separate folder

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b32d853 View commit details
    Browse the repository at this point in the history
  11. allow disabling cache

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c1bfeea View commit details
    Browse the repository at this point in the history
  12. small renaming & formatting

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b8e7048 View commit details
    Browse the repository at this point in the history
  13. extending sys.path not needed

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    870671e View commit details
    Browse the repository at this point in the history
  14. propagate module-path

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fc8a356 View commit details
    Browse the repository at this point in the history
  15. refactor web-scripts

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7bb9d3e View commit details
    Browse the repository at this point in the history
  16. refactor new scripts

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f7fa09f View commit details
    Browse the repository at this point in the history
  17. refactor and reformat scripts

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4e4a596 View commit details
    Browse the repository at this point in the history
  18. add cache-tests

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9e0307e View commit details
    Browse the repository at this point in the history
  19. add config-tests

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    54631fb View commit details
    Browse the repository at this point in the history
  20. add note to benchmark

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    cb23bb9 View commit details
    Browse the repository at this point in the history
  21. add printer for invoke()

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    05871d9 View commit details
    Browse the repository at this point in the history
  22. revert renaming txt-file for tests

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ffecc43 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    53dc973 View commit details
    Browse the repository at this point in the history
  24. fix tests

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5828288 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    14beecb View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f53c55e View commit details
    Browse the repository at this point in the history
  27. Update test_cache_function.py

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a13cc04 View commit details
    Browse the repository at this point in the history
  28. Update test_config_default.py

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c1db241 View commit details
    Browse the repository at this point in the history
  29. workflows make version to string

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ac334fa View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f81bf0b View commit details
    Browse the repository at this point in the history
  31. Update ci-lint-test.yml

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    dd86494 View commit details
    Browse the repository at this point in the history
  32. chore(deps): bump crazy-max/ghaction-github-labeler from 3 to 5

    Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 3 to 5.
    - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases)
    - [Commits](crazy-max/ghaction-github-labeler@v3...v5)
    
    ---
    updated-dependencies:
    - dependency-name: crazy-max/ghaction-github-labeler
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0e7d620 View commit details
    Browse the repository at this point in the history
  33. chore(deps): bump ruby/setup-ruby from 1.163.0 to 1.165.1

    Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.163.0 to 1.165.1.
    - [Release notes](https://github.com/ruby/setup-ruby/releases)
    - [Commits](ruby/setup-ruby@v1.163.0...v1.165.1)
    
    ---
    updated-dependencies:
    - dependency-name: ruby/setup-ruby
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1829d4b View commit details
    Browse the repository at this point in the history
  34. add multiprocessing for checks

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    66ab691 View commit details
    Browse the repository at this point in the history
  35. ditch chromalog-package

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e7d70b2 View commit details
    Browse the repository at this point in the history
  36. parallelize lint()

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7ef4d60 View commit details
    Browse the repository at this point in the history
  37. remove memoizer for checks

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fd96434 View commit details
    Browse the repository at this point in the history
  38. extend benchmark scripts

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1ae3926 View commit details
    Browse the repository at this point in the history
  39. extend cache to handle const-properties

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9d677fe View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    cf6384f View commit details
    Browse the repository at this point in the history
  41. minor fixes

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    25e1a9d View commit details
    Browse the repository at this point in the history
  42. refactor more checks and tests

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    98a7980 View commit details
    Browse the repository at this point in the history
  43. fix check_option join & require_padding

    add enum to choose padding
    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    cae7728 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    22bf2fc View commit details
    Browse the repository at this point in the history
  45. add pytest-cov dependency

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5eab18c View commit details
    Browse the repository at this point in the history
  46. fix check-tests

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f323c5d View commit details
    Browse the repository at this point in the history
  47. fix test for caching

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1768bb5 View commit details
    Browse the repository at this point in the history
  48. remove const-cache after benchmarking

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    78a703f View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    c177a65 View commit details
    Browse the repository at this point in the history
  50. clean up from latest debug session

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d9cdfd3 View commit details
    Browse the repository at this point in the history
  51. change config

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    521b076 View commit details
    Browse the repository at this point in the history
  52. fix unittests

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a302e4c View commit details
    Browse the repository at this point in the history
  53. linting

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    aaba845 View commit details
    Browse the repository at this point in the history
  54. cache is now a singleton

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e3b7b02 View commit details
    Browse the repository at this point in the history
  55. Update tools.py

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    998d0f5 View commit details
    Browse the repository at this point in the history
  56. Update test_hyperlinks_on_shell.py

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6744baf View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    e4535c1 View commit details
    Browse the repository at this point in the history
  58. rename lint_cache

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b03c870 View commit details
    Browse the repository at this point in the history
  59. force single-line imports

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    23a54f4 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    e294602 View commit details
    Browse the repository at this point in the history
  61. optimize check-message

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c4ecb77 View commit details
    Browse the repository at this point in the history
  62. lint code

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4c1016e View commit details
    Browse the repository at this point in the history
  63. add current ruff-config

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5e2ea1b View commit details
    Browse the repository at this point in the history
  64. overhaul output-format system

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3c44e3b View commit details
    Browse the repository at this point in the history
  65. store filename in error-list

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0a32450 View commit details
    Browse the repository at this point in the history
  66. fix bug in memoizer

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    771788d View commit details
    Browse the repository at this point in the history
  67. improve memoizer

    cleaner interface, more secure caching
    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f53a531 View commit details
    Browse the repository at this point in the history
  68. fix padding in some checks

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d7d78f6 View commit details
    Browse the repository at this point in the history
  69. improve commercialese

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    529efbe View commit details
    Browse the repository at this point in the history
  70. improve memoizer

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5ef1d75 View commit details
    Browse the repository at this point in the history
  71. Update score.py

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    52da9f3 View commit details
    Browse the repository at this point in the history
  72. add weasel words

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    94956d5 View commit details
    Browse the repository at this point in the history
  73. fix unittests

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7b1a232 View commit details
    Browse the repository at this point in the history
  74. speed up scripts

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a2c2d48 View commit details
    Browse the repository at this point in the history
  75. move printing out of linter

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d4bf985 View commit details
    Browse the repository at this point in the history
  76. Added clichés from Nigel Rees' book

    mdgjohnny authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a8af783 View commit details
    Browse the repository at this point in the history
  77. Tests for Nigel's clichés

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    185c344 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    c1d67df View commit details
    Browse the repository at this point in the history
  79. fix unittests and lint

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a60cc86 View commit details
    Browse the repository at this point in the history
  80. bump version

    orgua authored and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    84a40ab View commit details
    Browse the repository at this point in the history
  81. ci(lint-test): fix pytest

    Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b3ebed3 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    90d610f View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    2104094 View commit details
    Browse the repository at this point in the history
  84. chore(deps): add ruff

    Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    64bb526 View commit details
    Browse the repository at this point in the history
  85. lint: fix ruff suggestions

    Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fc5e10a View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    30f1972 View commit details
    Browse the repository at this point in the history
  87. chore: fix lint issues

    Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    cefb7a3 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    c1cc4db View commit details
    Browse the repository at this point in the history
  89. Update tests/check.py

    Co-authored-by: Tyler J Russell <xtylerjrx@gmail.com>
    orgua and Nytelife26 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ee7dbf4 View commit details
    Browse the repository at this point in the history
  90. implement comments

    orgua committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fa9b0cd View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    eb414d1 View commit details
    Browse the repository at this point in the history