GitXplorerGitXplorer
a

captain-hooks

public
1 stars
0 forks
8 issues

Commits

List of commits on branch main.
Unverified
5e84b493bd13bb22b04bb3f550145931a1c137fa

Bump covdefaults from 2.2.0 to 2.3.0

ddependabot[bot] committed 2 years ago
Unverified
eee57ad8e28ea1089a5a52e1ef5e6edddb63f7a5

Bump pytest from 7.1.1 to 7.2.2

ddependabot[bot] committed 2 years ago
Unverified
4bbe5ccd4daa342f0dae7635676570c7f17dece3

Bump toshimaru/auto-author-assign from 1.4.0 to 1.6.2

ddependabot[bot] committed 2 years ago
Unverified
bc714290101c8199bfb36d1259b7225c451111a0

Bump actions/cache from 2 to 3.0.11

ddependabot[bot] committed 2 years ago
Unverified
cabb2632ecd5b3088af7427061ea7e13fe6a43b9

Bump actions/setup-python from 3 to 4

ddependabot[bot] committed 3 years ago
Unverified
d0c7717f06d25517066b8bb789c2022bd2278b01

Bump github/codeql-action from 1 to 2

ddependabot[bot] committed 3 years ago

README

The README file for this repository.

Captain Hooks

pre-commit.ci status Coverage codecov Code Scanning - Action

Collection of pre-commit hooks

Usage

You can use hooks from this repository to your code by adding the following to your .pre-commit-config.yaml file:

- repo: https://github.com/abadger/captain-hooks
  rev: 0.2.0  # Update using: pre-commit autoupdate --repo https://github.com/abadger/captain-hooks
  hooks:
  - id: meson-file-list
  # [...]

Provided hooks

  • meson-file-list: Ensure that meson.build files contain all of the source code files.