8000 Comparing 40067f7...e74ecbf · mkdocstrings/python · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn mor 8000 e about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mkdocstrings/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 40067f7
Choose a base ref
...
head repository: mkdocstrings/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e74ecbf
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 4, 2025

  1. fix: Let dataclass implement __init__ method, set extra fields in `…

    …get_options`
    
    With our own `__init__` implementation, unpassed fields would never be set on the instance, triggering attribute errors.
    
    Let dataclass do its job, add set extra fields from outside of the class.
    pawamoy committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    477b9e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e74ecbf View commit details
    Browse the repository at this point in the history
Loading
0