Skip to content

Commit ae69793

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-eslint: v8.44.0 → v8.45.0](pre-commit/mirrors-eslint@v8.44.0...v8.45.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.277 → v0.0.278](astral-sh/ruff-pre-commit@v0.0.277...v0.0.278) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
1 parent acd69df commit ae69793

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.44.0
34+
rev: v8.45.0
3535
hooks:
3636
- id: eslint
3737
files: \.js?$
3838
types: [file]
3939
args:
4040
- --fix
41-
- repo: https://github.com/charliermarsh/ruff-pre-commit
42-
rev: 'v0.0.277'
41+
- repo: https://github.com/astral-sh/ruff-pre-commit
42+
rev: 'v0.0.278'
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
4646
- repo: https://github.com/psf/black
47-
rev: 23.3.0
47+
rev: 23.7.0
4848
hooks:
4949
- id: black
5050
language_version: python3

0 commit comments

Comments
 (0)