Skip to content

Commit 43ce006

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.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) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.1](asottile/pyupgrade@v3.19.1...v3.21.1) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent 345f0d7 commit 43ce006

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@ repos:
1717
pass_filenames: true
1818
types: [file, rst]
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: 'v5.0.0'
20+
rev: 'v6.0.0'
2121
hooks:
2222
- id: check-merge-conflict
2323
- repo: https://github.com/asottile/yesqa
2424
rev: v1.5.0
2525
hooks:
2626
- id: yesqa
2727
- repo: https://github.com/PyCQA/isort
28-
rev: '6.0.1'
28+
rev: '7.0.0'
2929
hooks:
3030
- id: isort
31-
- repo: https://github.com/psf/black
32-
rev: '25.1.0'
31+
- repo: https://github.com/psf/black-pre-commit-mirror
32+
rev: '25.11.0'
3333
hooks:
3434
- id: black
3535
language_version: python3 # Should be a command that runs python3
3636
- repo: https://github.com/pre-commit/pre-commit-hooks
37-
rev: 'v5.0.0'
37+
rev: 'v6.0.0'
3838
hooks:
3939
- id: end-of-file-fixer
4040
exclude: >-
@@ -66,12 +66,12 @@ repos:
6666
- id: detect-private-key
6767
exclude: ^examples/
6868
- repo: https://github.com/asottile/pyupgrade
69-
rev: 'v3.19.1'
69+
rev: 'v3.21.1'
7070
hooks:
7171
- id: pyupgrade
7272
args: ['--py38-plus']
7373
- repo: https://github.com/PyCQA/flake8
74-
rev: '7.2.0'
74+
rev: '7.3.0'
7575
hooks:
7676
- id: flake8
7777
exclude: "^docs/"

0 commit comments

Comments
 (0)