Skip to content

Commit 9c822d8

Browse files
committed
chore: update pre-commit dependencies
1 parent f2eba59 commit 9c822d8

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
require_serial: true
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.4.0
16+
rev: v4.5.0
1717
hooks:
1818
- id: check-added-large-files
1919
args: ["--maxkb=1000"]
@@ -33,7 +33,7 @@ repos:
3333
- id: trailing-whitespace
3434

3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: v3.0.1
36+
rev: v3.1.0
3737
hooks:
3838
- id: prettier
3939
additional_dependencies:
@@ -59,12 +59,12 @@ repos:
5959
]
6060

6161
- repo: https://github.com/pre-commit/mirrors-eslint
62-
rev: "v8.4.1"
62+
rev: "v8.56.0"
6363
hooks:
6464
- id: eslint
6565

6666
- repo: https://github.com/shutter-network/pre-commit-go-hooks
67-
rev: "7a66f5523b34139615a0c95f2b8a441dbc1778dc"
67+
rev: "53239641ec106cda9a7acf9150c98be8d5ffa1ec"
6868
hooks:
6969
- id: shfmt
7070
args: ["-i", "4"]

rolling-shutter/app/app.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ func (ShutterApp) decodeTx(tx []byte) (signer common.Address, msg *shmsg.Message
306306
}
307307

308308
msg, err = shmsg.GetMessage(signedMsg)
309-
310309
if err != nil {
311310
return
312311
}

rolling-shutter/collator/batcher/batcher.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ func (btchr *Batcher) CloseBatch(ctx context.Context) error {
320320
err = btchr.dbpool.BeginFunc(ctx, func(dbtx pgx.Tx) error {
321321
return btchr.closeBatchImpl(ctx, database.New(dbtx), int64(l1blockNumber))
322322
})
323-
324323
if err != nil {
325324
return err
326325
}

0 commit comments

Comments
 (0)