Skip to content

Commit edae6a3

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/asottile/setup-cfg-fmt: v2.5.0 → v3.2.0](asottile/setup-cfg-fmt@v2.5.0...v3.2.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.3.0](PyCQA/flake8@7.1.0...7.3.0) - [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) - [github.com/PyCQA/isort: 5.13.2 → 9.0.0b2](PyCQA/isort@5.13.2...9.0.0b2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 26.5.1](psf/black-pre-commit-mirror@24.4.2...26.5.1) - [github.com/asottile/pyupgrade: v3.17.0 → v3.21.2](asottile/pyupgrade@v3.17.0...v3.21.2)
1 parent 55a6080 commit edae6a3

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-docstring-first
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/asottile/setup-cfg-fmt
9-
rev: v2.5.0
9+
rev: v3.2.0
1010
hooks:
1111
- id: setup-cfg-fmt
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 7.1.0
13+
rev: 7.3.0
1414
hooks:
1515
- id: flake8
1616
args: [ "--ignore=E203,E501", "--max-complexity=12"]
1717
additional_dependencies: [ flake8-typing-imports==1.15.0 ]
1818
- repo: https://github.com/PyCQA/autoflake
19-
rev: v2.3.1
19+
rev: v2.3.3
2020
hooks:
2121
- id: autoflake
2222
args: [ "--in-place", "--remove-all-unused-imports" ]
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.13.2
24+
rev: 9.0.0b2
2525
hooks:
2626
- id: isort
2727
args: [ "--profile", "black" ]
28-
- repo: https://github.com/psf/black
29-
rev: 24.4.2
28+
- repo: https://github.com/psf/black-pre-commit-mirror
29+
rev: 26.5.1
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.17.0
33+
rev: v3.21.2
3434
hooks:
3535
- id: pyupgrade
3636
args: [ --py37-plus, --keep-runtime-typing ]

0 commit comments

Comments
 (0)