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: codingjoe/relint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.1
Choose a base ref
...
head repository: codingjoe/relint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.0
Choose a head ref
  • 8 commits
  • 8 files changed
  • 3 contributors

Commits on Apr 15, 2024

  1. Bump black from 24.3.0 to 24.4.0

    Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@24.3.0...24.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and codingjoe committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    32b8805 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Bump black from 24.4.0 to 24.4.2

    Bumps [black](https://github.com/psf/black) from 24.4.0 to 24.4.2.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@24.4.0...24.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and codingjoe committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1503170 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Bump flake8 from 7.0.0 to 7.1.0

    Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.0.
    - [Commits](PyCQA/flake8@7.0.0...7.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: flake8
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and codingjoe committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bd436a0 View commit details
    Browse the repository at this point in the history
  2. Bump bandit from 1.7.8 to 1.7.9

    Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.8 to 1.7.9.
    - [Release notes](https://github.com/PyCQA/bandit/releases)
    - [Commits](PyCQA/bandit@1.7.8...1.7.9)
    
    ---
    updated-dependencies:
    - dependency-name: bandit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and codingjoe committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a6ca0c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Bump flake8 from 7.1.0 to 7.1.1

    Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1.
    - [Commits](PyCQA/flake8@7.1.0...7.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: flake8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and codingjoe committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    71cdca8 View commit details
    Browse the repository at this point in the history
  2. Bump black from 24.4.2 to 24.8.0

    Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@24.4.2...24.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and codingjoe committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    34cd939 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Fix #86 -- Add support for an optional regex dependency (#85)

    
    Co-authored-by: Johannes Maron <[email protected]>
    yangcht and codingjoe authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4eef740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da6c45 View commit details
    Browse the repository at this point in the history
Loading