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: hadialqattan/pycln
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 64119b4
Choose a base ref
...
head repository: hadialqattan/pycln
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d1ac94f
Choose a head ref
  • 8 commits
  • 12 files changed
  • 4 contributors

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    1a03fde View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Ignore from ... import * imports in stub files (#153)

    * Ignore `from ... import *` imports in stub files
    
    * avoiding unnecessary  calls.
    
    * Testing star imports with stub file-path.
    
    * Run prettier over docs/README.md via pre-commit.
    
    Co-authored-by: Hadi Alqattan <[email protected]>
    AlexWaygood and hadialqattan authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    7e85688 View commit details
    Browse the repository at this point in the history
  2. Bump v2.0.2

    hadialqattan committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    a0247ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70874fe View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Fix: Semi string third-party generic type annotations get ignored (#155)

    * Fix: detect generic semi string type annotations.
    
    * Add: CHANGELOG
    
    * Fix: nested-string only supported by PY38+
    
    * drawback to more clean method.
    hadialqattan authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    907b865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da19fa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Fix CHANGELOG.md links in docs/CONTRIBUTING.md file (#158)

    * Fix CHANGELOG.md link in docs/CONTRIBUTING.md file
    
    Signed-off-by: Yokozuna59 <[email protected]>
    
    * Fixing similar typos.
    
    Co-authored-by: Hadi Alqattan <[email protected]>
    Yokozuna59 and hadialqattan authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    c474235 View commit details
    Browse the repository at this point in the history
  2. Bump v2.0.3

    hadialqattan committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    d1ac94f View commit details
    Browse the repository at this point in the history
Loading