Skip to content

Commit 6538f6e

Browse files
Update pre-commit
1 parent 0873953 commit 6538f6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: check-builtin-literals
2929
language: python
3030
- repo: https://github.com/crate-ci/typos
31-
rev: v1.38.1
31+
rev: v1.39.2
3232
hooks:
3333
- id: typos
3434
args: []
@@ -40,7 +40,7 @@ repos:
4040
language: python
4141
args: ["--write", "--check", "--output-style=google"]
4242
- repo: https://github.com/charliermarsh/ruff-pre-commit
43-
rev: v0.14.0
43+
rev: v0.14.6
4444
hooks:
4545
- id: ruff-check
4646
args:
@@ -72,7 +72,7 @@ repos:
7272

7373
# golang specific
7474
- repo: https://github.com/golangci/golangci-lint
75-
rev: v2.5.0
75+
rev: v2.6.2
7676
hooks:
7777
- id: golangci-lint
7878
entry: bash -c 'cd tictactoe_go && golangci-lint run --new-from-rev HEAD --fix'
@@ -174,7 +174,7 @@ repos:
174174

175175
# javascript specific
176176
- repo: https://github.com/pre-commit/mirrors-eslint
177-
rev: v9.37.0
177+
rev: v10.0.0-alpha.0
178178
hooks:
179179
- id: eslint
180180
files: ^tictactoe_javascript/
@@ -201,7 +201,7 @@ repos:
201201

202202
# ruby specific
203203
- repo: https://github.com/rubocop/rubocop
204-
rev: v1.81.1
204+
rev: v1.81.7
205205
hooks:
206206
- id: rubocop
207207

0 commit comments

Comments
 (0)