Skip to content

Commit 75af09f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.21.0](asottile/pyupgrade@v3.3.1...v3.21.0) - [github.com/PyCQA/isort: 5.12.0 → 7.0.0](PyCQA/isort@5.12.0...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.12.0 → 25.9.0](psf/black-pre-commit-mirror@22.12.0...25.9.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v3.1.0](asottile/setup-cfg-fmt@v2.2.0...v3.1.0) - [github.com/tox-dev/tox-ini-fmt: 0.6.0 → 1.7.0](tox-dev/tox-ini-fmt@0.6.0...1.7.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.20.0](adamchainz/blacken-docs@v1.12.1...1.20.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
1 parent 1bebdc9 commit 75af09f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-ast
66
- id: check-builtin-literals
@@ -12,48 +12,48 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.3.1
15+
rev: v3.21.0
1616
hooks:
1717
- id: pyupgrade
1818
args:
1919
- --py3-plus
2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.12.0
21+
rev: 7.0.0
2222
hooks:
2323
- id: isort
24-
- repo: https://github.com/psf/black
25-
rev: 22.12.0
24+
- repo: https://github.com/psf/black-pre-commit-mirror
25+
rev: 25.9.0
2626
hooks:
2727
- id: black
2828
args:
2929
- --safe
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 6.0.0
31+
rev: 7.3.0
3232
hooks:
3333
- id: flake8
3434
additional_dependencies:
3535
- flake8-bugbear == 22.9.23
3636
- repo: https://github.com/asottile/setup-cfg-fmt
37-
rev: v2.2.0
37+
rev: v3.1.0
3838
hooks:
3939
- id: setup-cfg-fmt
4040
args:
4141
- --min-py3-version
4242
- "3.5"
4343
- repo: https://github.com/tox-dev/tox-ini-fmt
44-
rev: 0.6.0
44+
rev: 1.7.0
4545
hooks:
4646
- id: tox-ini-fmt
4747
args:
4848
- -p
4949
- fix
5050
- repo: https://github.com/asottile/blacken-docs
51-
rev: v1.12.1
51+
rev: 1.20.0
5252
hooks:
5353
- id: blacken-docs
5454
additional_dependencies:
5555
- black==20.8b1
5656
- repo: https://github.com/pre-commit/pygrep-hooks
57-
rev: v1.9.0
57+
rev: v1.10.0
5858
hooks:
5959
- id: rst-backticks

0 commit comments

Comments
 (0)