We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6168df7 + 037d047 commit ddb8f05Copy full SHA for ddb8f05
2 files changed
.pre-commit-config.yaml
@@ -0,0 +1,6 @@
1
+repos:
2
+ - repo: .
3
+ rev: v0.0.0
4
+ hooks:
5
+ - id: cod3rocket
6
+ exclude: test/
.pre-commit-hooks.yaml
@@ -0,0 +1,9 @@
+- id: cod3rocket
+ name: Cod3Rocket
+ entry: ghcr.io/cod3rocker/pre-commit-hooks:v0.0.0
+ language: docker_image
+
+- id: cod3rocket-dev
7
8
+ entry: ghcr.io/cod3rocker/pre-commit-hooks:dev
9
0 commit comments