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: arkq/flake8-requirements
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: arkq/flake8-requirements
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: python2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 7 files changed
  • 4 contributors

Commits on Mar 26, 2024

  1. Install setuptools before running tests

    [ master commit d818bfb ]
    arkq committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c3f3ee7 View commit details
    Browse the repository at this point in the history
  2. Add encodings to modules.STDLIB_PY3 (#78)

    [ master commit 4b47c13 ]
    wankata authored and arkq committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    314fc5e View commit details
    Browse the repository at this point in the history
  3. Deploy to PyPI with trusted publishing

    [ master commit 0061d9a ]
    arkq committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4be33ef View commit details
    Browse the repository at this point in the history
  4. Added flake8-requirements self-checking to CI (#87)

    [ master commit f36956e ]
    jamesbraza authored and arkq committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8821dbf View commit details
    Browse the repository at this point in the history
  5. Update known 3rd parties (#89)

    [ master commit f9291b0 ]
    iivanov-qb authored and arkq committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4833cf8 View commit details
    Browse the repository at this point in the history
  6. Install and use toml conditionally on Python2 (#88)

    tomli is not available for Python2, so to keep the Python2
    compatibility, we need to install and use toml instead.
    
    Use conditional import on ImportError to avoid introducing tox as new
    dependency.
    
    As there is difference in the naming of the toml and tomli error
    classes, we use generic Exception. More over, we actually want to
    fallback to empty config nevertheless what went wrong.
    iivanov-qb authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    43b3302 View commit details
    Browse the repository at this point in the history
Loading