Skip to content

Commit 5d468f9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.2.0 → 25.11.0](psf/black-pre-commit-mirror@24.2.0...25.11.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/pycqa/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/asottile/pyupgrade: v3.15.1 → v3.21.2](asottile/pyupgrade@v3.15.1...v3.21.2) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0)
1 parent 4209f87 commit 5d468f9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ exclude: ^tests/data/
55
default_language_version:
66
python: python3
77
repos:
8-
- repo: https://github.com/psf/black
9-
rev: 24.2.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 25.11.0
1010
hooks:
1111
- id: black
1212
additional_dependencies: ["click<8.1.0"]
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.5.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
@@ -27,16 +27,16 @@ repos:
2727
- id: mixed-line-ending
2828
args: ["--fix=lf"]
2929
- repo: https://github.com/pycqa/flake8
30-
rev: 7.0.0
30+
rev: 7.3.0
3131
hooks:
3232
- id: flake8
3333
additional_dependencies: ["flake8-bugbear==21.4.3"]
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.15.1
35+
rev: v3.21.2
3636
hooks:
3737
- id: pyupgrade
3838
- repo: https://github.com/PyCQA/isort
39-
rev: 5.13.2
39+
rev: 7.0.0
4040
hooks:
4141
- id: isort
4242
name: isort except __init__.py

0 commit comments

Comments
 (0)