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: gforcada/flake8-builtins Loading
base: 2.2.0
Choose a base ref
...
head repository: gforcada/flake8-builtins Loading
compare: 2.3.0
Choose a head ref
  • 16 commits
  • 7 files changed
  • 3 contributors

Commits on Nov 3, 2023

  1. Back to development: 2.2.1

    [ci skip]
    gforcada committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9aef8c8 View commit details
    Browse the repository at this point in the history
  2. cleanup: remove unused file

    gforcada committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    93786c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. README.rst: Add Python 3.12

    cclauss committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    d24d0f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #119 from cclauss/patch-1

    README.rst: Add Python 3.12
    gforcada committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    f57ff16 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. chore: remove unnecessary license clause

    Setting this field makes the entire GPLv2 license text appear when
    viewing the package metadata e.g with `pip show flake8-builtins`.
    
    I feel this is a bit too verbose, and unnecessary.
    
    As described in the [python packaging guide] it is not necessary to
    specify this field when using a standard license. Actually this might be
    more confusing to users, as they may avoid the package if a modified
    license is implied:
    
    > If you are using a standard, well-known license, it is not necessary
    > to use this field. Instead, you should one of the classifiers starting
    > with License ::. (As a general rule, it is a good idea to use a
    > standard, well-known license, both to avoid confusion and because some
    > organizations avoid software whose license is unapproved.)
    
    [python packaging guide]: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
    asfaltboy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9639ae4 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Merge pull request #122 from asfaltboy/ps/simplify-license-package-me…

    …tadata
    
    chore: remove unnecessary license clause
    gforcada committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    e98d973 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. test: allow specifying name to the check_code helper

    + update test_stdin to make use of the updated helper
    asfaltboy committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1397887 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f4e77f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33bc80d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    246537c View commit details
    Browse the repository at this point in the history
  5. fix: correct ignoring module names

    and test that using the option works as expected
    asfaltboy committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    99ef517 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62971ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58b8527 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix: add missing dependency

    gforcada committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    54dc44e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #121 from asfaltboy/ps/module-name-shadowing

    feat: module name shadowing
    gforcada committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    df6c1d2 View commit details
    Browse the repository at this point in the history
  3. Preparing release 2.3.0

    gforcada committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f07eba0 View commit details
    Browse the repository at this point in the history
Loading