Skip to content

Commit ce3c880

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.3.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.6.0 → 26.1.0](psf/black-pre-commit-mirror@22.6.0...26.1.0) - [github.com/pycqa/isort: 5.10.1 → 7.0.0](PyCQA/isort@5.10.1...7.0.0) - [github.com/asottile/blacken-docs: v1.12.1 → 1.20.0](adamchainz/blacken-docs@v1.12.1...1.20.0) - [github.com/asottile/pyupgrade: v2.37.3 → v3.21.2](asottile/pyupgrade@v2.37.3...v3.21.2)
1 parent ed91576 commit ce3c880

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
@@ -1,27 +1,27 @@
1-
default_stages: [commit, push]
1+
default_stages: [pre-commit, pre-push]
22
fail_fast: false
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v6.0.0
66
hooks:
77
- id: mixed-line-ending
88
- id: trailing-whitespace
9-
- repo: https://github.com/psf/black
10-
rev: 22.6.0
9+
- repo: https://github.com/psf/black-pre-commit-mirror
10+
rev: 26.1.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.10.1
14+
rev: 7.0.0
1515
hooks:
1616
- id: isort
1717
name: isort (python)
1818
- repo: https://github.com/asottile/blacken-docs
19-
rev: v1.12.1
19+
rev: 1.20.0
2020
hooks:
2121
- id: blacken-docs
2222
additional_dependencies: [black==21.5b2]
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.37.3
24+
rev: v3.21.2
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py37-plus]

0 commit comments

Comments
 (0)