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

Updates to dictionary lists #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shaleh
Copy link
Contributor

@shaleh shaleh commented Mar 24, 2022

  • Create dedicated pytest list
  • Add some new entries to the python list:
    • 'checkable' comes from '@runtime_checkable', a decorator introduced.
      in python3.8 and also available in typing_extensions.
    • 'exc' comes from the default argument names for 'exit'
      functions.
    • 'tokenize' is a stdlib module used by this package.
    • 'unittest' is a stdlib module.
  • Remove a couple of duplicate entries from the technical list.
  • Add some new entries to the technical list:
    • 'filesystem' should be obvious.
    • 'func' is common shorthand for 'function'.
    • 'lua' is the name of an embeddable programming language.
    • 'runtime' is a common word to differentiate from e.g. compile-time.
      It's also used in the '@runtime_checkable' decorator.
    • 'ttl' stands for Time-to-Live, and is a common acronym seen in many
      places, including DNS and caching.
    • 'util' is a commonly used name in programming for a file full of
      utility functions.
  • Removed some entries from this package's custom allowlist that are
    already specified elsewhere.

More from #55.

@MichaelAquilina
Copy link
Owner

please rebase :) I'll merge once thats passing

- Create dedicated pytest list
- Add some new entries to the python list:
  - 'checkable' comes from '@runtime_checkable', a decorator introduced.
    in python3.8 and also available in typing_extensions.
  - 'exc' comes from the default argument names for '__exit__'
    functions.
  - 'tokenize' is a stdlib module used by this package.
  - 'unittest' is a stdlib module.
- Remove a couple of duplicate entries from the technical list.
- Add some new entries to the technical list:
  - 'filesystem' should be obvious.
  - 'func' is common shorthand for 'function'.
  - 'lua' is the name of an embeddable programming language.
  - 'runtime' is a common word to differentiate from e.g. compile-time.
    It's also used in the '@runtime_checkable' decorator.
  - 'ttl' stands for Time-to-Live, and is a common acronym seen in many
    places, including DNS and caching.
  - 'util' is a commonly used name in programming for a file full of
    utility functions.
- Removed some entries from this package's custom allowlist that are
  already specified elsewhere.
@shaleh shaleh force-pushed the update-to-dictionary-lists branch from 98aa53e to 9f5491b Compare March 28, 2022 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants