Skip to content

Commit 27076f9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.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.2 → v3.21.2](asottile/pyupgrade@v3.15.2...v3.21.2) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.11.0](psf/black-pre-commit-mirror@24.4.2...25.11.0)
1 parent 78ad649 commit 27076f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111
args: ['--maxkb=2000']
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 7.0.0
13+
rev: 7.3.0
1414
hooks:
1515
- id: flake8
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.15.2
17+
rev: v3.21.2
1818
hooks:
1919
- id: pyupgrade
2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.13.2
21+
rev: 7.0.0
2222
hooks:
2323
- id: isort
2424
name: isort (python)
25-
- repo: https://github.com/psf/black
26-
rev: 24.4.2
25+
- repo: https://github.com/psf/black-pre-commit-mirror
26+
rev: 25.11.0
2727
hooks:
2828
- id: black

0 commit comments

Comments
 (0)