Skip to content

Commit 36f61fa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.8.0 → 2.2.1](python-poetry/poetry@1.8.0...2.2.1) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pycqa/isort: 5.13.2 → 6.1.0](PyCQA/isort@5.13.2...6.1.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent 2aab8ce commit 36f61fa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
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.2.1
44
hooks:
55
- id: poetry-check
66

@@ -10,7 +10,7 @@ repos:
1010
- id: yesqa
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v3.19.1
13+
rev: v3.20.0
1414
hooks:
1515
- id: pyupgrade
1616
args: ["--py38-plus"]
@@ -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.1.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]
@@ -51,7 +51,7 @@ repos:
5151
# language: python
5252

5353
- repo: https://github.com/pre-commit/pre-commit-hooks
54-
rev: v5.0.0
54+
rev: v6.0.0
5555
hooks:
5656
- id: check-ast
5757
- id: check-case-conflict
@@ -73,14 +73,14 @@ repos:
7373
args: ["--autofix"]
7474
- id: trailing-whitespace
7575

76-
- repo: https://github.com/psf/black
77-
rev: 24.10.0
76+
- repo: https://github.com/psf/black-pre-commit-mirror
77+
rev: 25.9.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.3.0
8484
hooks:
8585
- id: flake8
8686
args: ["--max-line-length", "120"]

0 commit comments

Comments
 (0)