Skip to content

Commit 4997ed6

Browse files
Merge pull request #9 from cod3rocket/dev
Versão 1.0.1
2 parents 7d2f582 + d88a192 commit 4997ed6

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: .
3-
rev: v1.0.0
3+
rev: v1.0.1
44
hooks:
55
- id: cod3rocket
66
exclude: test/

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
- id: cod3rocket
22
name: Cod3Rocket
3-
entry: ghcr.io/cod3rocker/pre-commit-hooks:v1.0.0
3+
entry: ghcr.io/cod3rocket/pre-commit-hooks:v1.0.1
44
language: docker_image
55

66
- id: cod3rocket-dev
77
name: Cod3Rocket
8-
entry: ghcr.io/cod3rocker/pre-commit-hooks:dev
8+
entry: ghcr.io/cod3rocket/pre-commit-hooks:dev
99
language: docker_image

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Hooks de pre commit da cod3Rocket
99
- [java (temurin)](https://adoptium.net) v21.0.9+10.0.LTS
1010
- [ktlint](https://pinterest.github.io/ktlint) v1.8.0
1111
- [opentofu](https://opentofu.org) v1.11.2
12+
- [pre-commit](https://pre-commit.com) v4.5.1
1213
- [task](https://taskfile.dev) v3.46.4

mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ gitleaks = "8.30.0"
44
java = "temurin-21.0.9+10.0.LTS"
55
ktlint = "1.8.0"
66
opentofu = "1.11.2"
7+
pre-commit = "4.5.1"
78
task = "3.46.4"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pre-commit-hooks",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"module": "entrypoint.ts",
55
"type": "module",
66
"private": true,

0 commit comments

Comments
 (0)