Skip to content

Commit c7e3b07

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.8.0 → 2.1.1](python-poetry/poetry@1.8.0...2.1.1) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)
1 parent a5411d8 commit c7e3b07

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/python-poetry/poetry
3-
rev: 1.8.0
3+
rev: 2.1.1
44
hooks:
55
- id: poetry-check
66

@@ -22,7 +22,7 @@ repos:
2222
args: ["--in-place", "--remove-unused-variables"]
2323

2424
- repo: https://github.com/pycqa/isort
25-
rev: 5.13.2
25+
rev: 6.0.0
2626
hooks:
2727
- id: isort
2828
args:
@@ -35,7 +35,7 @@ repos:
3535
]
3636

3737
- repo: https://github.com/codespell-project/codespell
38-
rev: v2.3.0
38+
rev: v2.4.1
3939
hooks:
4040
- id: codespell
4141
args: [--write-changes]
@@ -74,13 +74,13 @@ repos:
7474
- id: trailing-whitespace
7575

7676
- repo: https://github.com/psf/black
77-
rev: 24.10.0
77+
rev: 25.1.0
7878
hooks:
7979
- id: black
8080
args: ["--line-length", "120"]
8181

8282
- repo: https://github.com/PyCQA/flake8
83-
rev: 7.1.1
83+
rev: 7.1.2
8484
hooks:
8585
- id: flake8
8686
args: ["--max-line-length", "120"]

0 commit comments

Comments
 (0)