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

Commit 17e1fde

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 23.10.0 → 25.1.0](psf/black@23.10.0...25.1.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/pre-commit/mirrors-eslint: v8.52.0 → v9.28.0](pre-commit/mirrors-eslint@v8.52.0...v9.28.0)
1 parent 533c8a9 commit 17e1fde

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-docstring-first
66
- id: check-merge-conflict
@@ -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: 25.1.0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 5.12.0
17+
rev: 6.0.1
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.28.0'
2323
hooks:
2424
- id: eslint
2525
additional_dependencies:

0 commit comments

Comments
 (0)