Thanks to visit codestin.com
Credit goes to github.com

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: astral-sh/ruff-pre-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.291
Choose a base ref
...
head repository: astral-sh/ruff-pre-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.292
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 26, 2023

  1. feat: Update pre-commit mirror script (#53)

    <!--
    Thank you for contributing to Ruff! To help us out with reviewing,
    please consider the following:
    
    - Does this pull request include a summary of the change? (See below.)
    - Does this pull request include a descriptive title?
    - Does this pull request include references to any relevant issues?
    -->
    
    ## Summary
    
    <!-- What's the purpose of the change? What does it do, and why? -->
    
    - `pre-commit-mirror-maker` is not suitable for generating multiple
    hooks in single `.pre-commit-hooks.yaml` file.
    - So replaced the script and github workflows.
    
    ## Test Plan
    
    <!-- How was it tested? -->
    
    - Update `pyproject.toml`'s `ruff==0.0.290` into `ruff==0.0.289`, and
    run the script.
    
    ```sh
    $ python3 mirror.py
    ...
    ```
    sudosubin authored Sep 26, 2023
    1 Configuration menu
    Copy the full SHA
    ba4269e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Mirror: 0.0.292

    github-actions[bot] committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    42f9897 View commit details
    Browse the repository at this point in the history
Loading