Skip to content

Commit faf195e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 24.4.0](psf/black@23.3.0...24.4.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/asottile/pyupgrade: v3.3.1 → v3.15.2](asottile/pyupgrade@v3.3.1...v3.15.2) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
1 parent 7406a2a commit faf195e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@ exclude: |
66
)$
77
repos:
88
- repo: https://github.com/psf/black
9-
rev: 23.3.0
9+
rev: 24.4.0
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.4.0
13+
rev: v4.6.0
1414
hooks:
1515
- id: check-added-large-files
1616
- id: check-toml
1717
- id: check-yaml
1818
- id: end-of-file-fixer
1919
- id: trailing-whitespace
2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.12.0
21+
rev: 5.13.2
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.3.1
25+
rev: v3.15.2
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py3-plus, --py38-plus, --keep-runtime-typing]
2929
- repo: https://github.com/pre-commit/mirrors-prettier
30-
rev: v2.7.1
30+
rev: v4.0.0-alpha.8
3131
hooks:
3232
- id: prettier
3333
additional_dependencies:

0 commit comments

Comments
 (0)