Skip to content

Commit aa7e7e9

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/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/floatingpurr/sync_with_poetry: 1.1.0 → 1.2.0](floatingpurr/sync_with_poetry@1.1.0...1.2.0)
1 parent b4c62da commit aa7e7e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ default_language_version:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: check-yaml
1313
- id: check-added-large-files
1414

1515
- repo: https://github.com/psf/black
16-
rev: "24.8.0"
16+
rev: "25.1.0"
1717
hooks:
1818
- id: black
1919

2020
- repo: https://github.com/PyCQA/isort
21-
rev: "5.13.2"
21+
rev: "6.0.0"
2222
hooks:
2323
- id: isort
2424

@@ -28,12 +28,12 @@ repos:
2828
- id: flake8
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: "v3.17.0"
31+
rev: "v3.19.1"
3232
hooks:
3333
- id: pyupgrade
3434
args: ["--py37-plus"]
3535

3636
- repo: https://github.com/floatingpurr/sync_with_poetry
37-
rev: 1.1.0
37+
rev: 1.2.0
3838
hooks:
3939
- id: sync_with_poetry

0 commit comments

Comments
 (0)