Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit eacbf16

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.0 → 23.12.1](psf/black@23.10.0...23.12.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pre-commit/mirrors-eslint: v8.52.0 → v9.0.0-alpha.0](pre-commit/mirrors-eslint@v8.52.0...v9.0.0-alpha.0)
1 parent 533c8a9 commit eacbf16

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
@@ -10,16 +10,16 @@ repos:
1010
- id: check-ast
1111
# Python / Backend
1212
- repo: https://github.com/psf/black
13-
rev: 23.10.0
13+
rev: 23.12.1
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 5.12.0
17+
rev: 5.13.2
1818
hooks:
1919
- id: isort
2020
# Javascript / frontend
2121
- repo: https://github.com/pre-commit/mirrors-eslint
22-
rev: 'v8.52.0'
22+
rev: 'v9.0.0-alpha.0'
2323
hooks:
2424
- id: eslint
2525
additional_dependencies:

0 commit comments

Comments
 (0)