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 more 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: pylint-dev/astroid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.2
Choose a base ref
...
head repository: pylint-dev/astroid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.11.3
Choose a head ref
  • 11 commits
  • 19 files changed
  • 5 contributors

Commits on Apr 19, 2022

  1. Update sphinx requirement from ~=4.4 to ~=4.5 (#1492)

    Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
    - [Commits](sphinx-doc/sphinx@v4.4.0...v4.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Pierre-Sassoulas committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    c9783ef View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#1494)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/Pierre-Sassoulas/copyright_notice_precommit: 6f5a59c3e1cb0f20731eb1ff32622c9a2fc72d9a → 0.1.2](Pierre-Sassoulas/copyright_notice_precommit@6f5a59c...0.1.2)
    - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0)
    - [github.com/pre-commit/mirrors-mypy: v0.941 → v0.942](pre-commit/mirrors-mypy@v0.941...v0.942)
    - [github.com/pre-commit/mirrors-prettier: v2.6.0 → v2.6.1](pre-commit/mirrors-prettier@v2.6.0...v2.6.1)
    
    * Update .pre-commit-config.yaml
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    pre-commit-ci[bot] and Pierre-Sassoulas committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    6b6e455 View commit details
    Browse the repository at this point in the history
  3. Bump black from 22.1.0 to 22.3.0 (#1496)

    Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@22.1.0...22.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Pierre-Sassoulas committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    264357f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14aec16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15d1920 View commit details
    Browse the repository at this point in the history
  6. [pre-commit.ci] pre-commit autoupdate (#1501)

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)
    - [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](asottile/pyupgrade@v2.31.1...v2.32.0)
    - [github.com/pre-commit/mirrors-prettier: v2.6.1 → v2.6.2](pre-commit/mirrors-prettier@v2.6.1...v2.6.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored and Pierre-Sassoulas committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    e16aac9 View commit details
    Browse the repository at this point in the history
  7. Update pylint requirement from ~=2.13.4 to ~=2.13.5

    Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version.
    - [Release notes](https://github.com/PyCQA/pylint/releases)
    - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
    - [Commits](pylint-dev/pylint@v2.13.4...v2.13.5)
    
    ---
    updated-dependencies:
    - dependency-name: pylint
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Pierre-Sassoulas committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    65a4360 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87a9653 View commit details
    Browse the repository at this point in the history
  9. Fix instance_attrs building error in Qt brain (#1505)

    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    2 people authored and Pierre-Sassoulas committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    6b1bf6c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0be62d4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36b81ea View commit details
    Browse the repository at this point in the history
Loading