Skip to content

Commit 6914efb

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: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.19.0](pre-commit/mirrors-mypy@v1.15.0...v1.19.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 4c35000 commit 6914efb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 25.1.0
2+
- repo: https://github.com/psf/black-pre-commit-mirror
3+
rev: 25.12.0
44
hooks:
55
- id: black
66
args: [--line-length, "128"]
77

88
- repo: https://github.com/asottile/blacken-docs
9-
rev: 1.19.1
9+
rev: 1.20.0
1010
hooks:
1111
- id: blacken-docs
1212

1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 7.2.0
14+
rev: 7.3.0
1515
hooks:
1616
- id: flake8
1717
args: [--ignore, "E203,E501,B006,W503"]
1818
additional_dependencies: [flake8-bugbear]
1919

2020
- repo: https://github.com/PyCQA/isort
21-
rev: 6.0.1
21+
rev: 7.0.0
2222
hooks:
2323
- id: isort
2424
args: [--profile, "black"]
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.15.0
27+
rev: v1.19.0
2828
hooks:
2929
- id: mypy
3030
args: [--ignore-missing-imports]
3131
additional_dependencies: [types-requests==2.26.3]
3232

3333
- repo: https://github.com/pre-commit/pre-commit-hooks
34-
rev: v5.0.0
34+
rev: v6.0.0
3535
hooks:
3636
- id: check-json
3737
- id: check-toml

0 commit comments

Comments
 (0)