Skip to content

Commit 343a92f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 24.3.0 → 24.10.0](psf/black@24.3.0...24.10.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/asottile/pyupgrade: v3.15.2 → v3.18.0](asottile/pyupgrade@v3.15.2...v3.18.0) - [github.com/floatingpurr/sync_with_poetry: 1.1.0 → 1.2.0](floatingpurr/sync_with_poetry@1.1.0...1.2.0)
1 parent 1b4d748 commit 343a92f

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
@@ -5,15 +5,15 @@ default_language_version:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.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.3.0"
16+
rev: "24.10.0"
1717
hooks:
1818
- id: black
1919

@@ -23,17 +23,17 @@ repos:
2323
- id: isort
2424

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: "7.0.0"
26+
rev: "7.1.1"
2727
hooks:
2828
- id: flake8
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: "v3.15.2"
31+
rev: "v3.18.0"
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)