Skip to content

Commit 3db0714

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/pre-commit/mirrors-eslint: v10.0.0-beta.0 → v10.0.0](pre-commit/mirrors-eslint@v10.0.0-beta.0...v10.0.0)
1 parent 2f30119 commit 3db0714

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.1.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pycqa/isort
@@ -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.0.0
2525
hooks:
2626
- id: eslint
2727
additional_dependencies:

0 commit comments

Comments
 (0)