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: MeghComputing/pre-commit-hooks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: MeghComputing/pre-commit-hooks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 15 files changed
  • 1 contributor

Commits on Apr 28, 2022

  1. Added copyrighter, tests, pre-commit hooks, and github actions. (#1)

    Added
    * copyrighter
    * unit tests for copyrighter
    * pre-commit hooks for other repos to use copyrighter
    * pre-commit configuration for this repo
    * github workflow to run pre-commit in this repo. It runs only on files changed in the triggering PR
    * github workflow to run unit tests in this repo
    alexkfreed authored and jonbeare committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    f1c9b10 View commit details
    Browse the repository at this point in the history
  2. Switched to trilom/file-changes-action. (#5)

    This detects file changes on branch pushes as well as PRs.
    alexkfreed authored and jonbeare committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    d34aa68 View commit details
    Browse the repository at this point in the history
  3. Project is now pip installable with pip install . (#8)

    This allows it to work as a `language: python` script for pre-commit.
    It uses a pyproject.toml with Flit as the build tool.
    Make sure you have a recent version of pip (21.3.1).
    
    The project's file structure has been updated for use as a python package.
    
    Removed leading 'v' from version scheme.
    alexkfreed authored and jonbeare committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    8b32505 View commit details
    Browse the repository at this point in the history
  4. copyrighter hook now defaults to adding the --fix arg. (#9)

    This is generally how pre-commit hooks operate.
    
    Added READMEs and CHANGELOG
    alexkfreed authored and jonbeare committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    e41ea55 View commit details
    Browse the repository at this point in the history
Loading