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: orsinium-labs/flake8-pylint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.3
Choose a base ref
...
head repository: orsinium-labs/flake8-pylint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 15 commits
  • 10 files changed
  • 3 contributors

Commits on Mar 3, 2023

  1. Set max supported flake8 version

    In the latest release flake8 forbids to use of error codes produced by this plugin (4 digits), which makes the plugin hard to use.
    PyCQA/flake8#1759
    Cjkjvfnby authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b69c3b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Merge pull request #2 from Cjkjvfnby/patch-1

    Set max supported flake8 version
    orsinium authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    b6767e0 View commit details
    Browse the repository at this point in the history
  2. upgrade taskfile

    orsinium committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    acb934c View commit details
    Browse the repository at this point in the history
  3. sort imports

    orsinium committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    bb23027 View commit details
    Browse the repository at this point in the history
  4. fix code style for toml

    orsinium committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    92b5980 View commit details
    Browse the repository at this point in the history
  5. test boilerplate

    orsinium committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    5938ad5 View commit details
    Browse the repository at this point in the history
  6. github actions

    orsinium committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    fba3b11 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3 from orsinium-labs/github-actions

    GitHub Actions
    orsinium authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    253c4b7 View commit details
    Browse the repository at this point in the history
  8. type annotations

    orsinium committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    5b0511d View commit details
    Browse the repository at this point in the history
  9. add a smoke test

    orsinium committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    168fae9 View commit details
    Browse the repository at this point in the history
  10. run pytest on CI

    orsinium committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    f5c69aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2ce2125 View commit details
    Browse the repository at this point in the history
  12. Flake8 6.0.0 compatibility

    orsinium committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    385b766 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #5 from orsinium-labs/upd-flake8

    Breaking: Flake8 6.0.0 compatibility
    orsinium authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    c48469c View commit details
    Browse the repository at this point in the history
  14. bump version

    orsinium committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    3dfcdc9 View commit details
    Browse the repository at this point in the history
Loading