Skip to content

Commit 1d8ac0f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.3.1](psf/black-pre-commit-mirror@25.12.0...26.3.1) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1) - [github.com/pre-commit/mirrors-eslint: v10.0.0-beta.0 → v10.1.0](pre-commit/mirrors-eslint@v10.0.0-beta.0...v10.1.0)
1 parent 04f9b52 commit 1d8ac0f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/psf/black-pre-commit-mirror
10-
rev: 25.12.0
10+
rev: 26.3.1
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pycqa/isort
14-
rev: 7.0.0
14+
rev: 8.0.1
1515
hooks:
1616
- id: isort
1717
args: ["--profile", "black", "--filter-files"]
@@ -21,7 +21,7 @@ repos:
2121
- id: flake8
2222
args: ["--max-line-length=88", "--ignore=E20,W503"] # black compatible
2323
- repo: https://github.com/pre-commit/mirrors-eslint
24-
rev: v10.0.0-beta.0
24+
rev: v10.1.0
2525
hooks:
2626
- id: eslint
2727
additional_dependencies:

0 commit comments

Comments
 (0)