Skip to content

Commit ddb2978

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [github.com/pycqa/flake8: 7.1.0 → 7.2.0](PyCQA/flake8@7.1.0...7.2.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.8.0](asottile/setup-cfg-fmt@v2.5.0...v2.8.0)
1 parent b550db8 commit ddb2978

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-yaml
66
- id: debug-statements
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/pycqa/isort
10-
rev: 5.13.2
10+
rev: 6.0.1
1111
hooks:
1212
- id: isort
1313
- repo: https://github.com/psf/black
14-
rev: 24.4.2
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.16.0
18+
rev: v3.19.1
1919
hooks:
2020
- id: pyupgrade
2121
args: [--py38-plus]
2222
- repo: https://github.com/pycqa/flake8
23-
rev: 7.1.0
23+
rev: 7.2.0
2424
hooks:
2525
- id: flake8
2626
exclude: ^(tests/|docs/|setup.py)
2727
additional_dependencies:
2828
- flake8-docstrings
2929
- repo: https://github.com/asottile/setup-cfg-fmt
30-
rev: v2.5.0
30+
rev: v2.8.0
3131
hooks:
3232
- id: setup-cfg-fmt
3333
args: [--include-version-classifiers]

0 commit comments

Comments
 (0)