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: compilerla/conventional-pre-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: compilerla/conventional-pre-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 3 contributors

Commits on Jul 11, 2023

  1. chore(pre-commit): autoupdate hooks

    updates:
    - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
    - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.0)
    pre-commit-ci[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0e4d2a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcec3e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. chore(pre-commit): autoupdate hooks

    updates:
    - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
    pre-commit-ci[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6c34920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23522b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. chore(pre-commit): autoupdate hooks

    updates:
    - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.1](pre-commit/mirrors-prettier@v3.0.0...v3.0.1)
    pre-commit-ci[bot] authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    01cdeea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e0c674 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. feat: introduce "strict" mode

    Passing "--strict" argument forces the hook to strictly validate a
    commit message against Conventional Commits formatting. This mode is
    switched off by default. It allows using fixup-like commits (starts with
     "fixup!", "amend!", and "squish!").
    
    The motivation for adding this feature is that many people are using
    "git commit --fixup" workflow during the code review process. Commits
    with this prefix shouldn't be rejected because they can be sent to the
    CI before being squashed.
    
    Issue #60
    vitaly-fanaskov-r committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8247847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b4f68c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

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