Skip to content

Commit 3bcae73

Browse files
[pre-commit.ci] pre-commit autoupdate (#1849)
1 parent e58e78b commit 3bcae73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ repos:
3131
args:
3232
- --trailing-comma=es5
3333
- repo: https://github.com/pre-commit/mirrors-eslint
34-
rev: v8.51.0
34+
rev: v8.52.0
3535
hooks:
3636
- id: eslint
3737
files: \.js?$
3838
types: [file]
3939
args:
4040
- --fix
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: 'v0.0.292'
42+
rev: 'v0.1.1'
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
4646
- repo: https://github.com/psf/black
47-
rev: 23.9.1
47+
rev: 23.10.0
4848
hooks:
4949
- id: black
5050
language_version: python3

0 commit comments

Comments
 (0)