Skip to content

Commit 58215e6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/hhatto/autopep8: v2.3.1 → v2.3.2](hhatto/autopep8@v2.3.1...v2.3.2) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)
1 parent ad5e0c9 commit 58215e6

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
@@ -24,7 +24,7 @@ repos:
2424
- id: detect-private-key
2525
exclude: ^examples|(?:tests/ssl)/
2626
- repo: https://github.com/hadialqattan/pycln
27-
rev: v2.4.0
27+
rev: v2.5.0
2828
hooks:
2929
- id: pycln
3030
args: ["--all"]
@@ -33,12 +33,12 @@ repos:
3333
hooks:
3434
- id: yesqa
3535
- repo: https://github.com/pycqa/isort
36-
rev: "5.13.2"
36+
rev: "6.0.0"
3737
hooks:
3838
- id: isort
3939
args: ["--profile", "black"]
4040
- repo: https://github.com/psf/black
41-
rev: "24.10.0"
41+
rev: "25.1.0"
4242
hooks:
4343
- id: black
4444
- repo: https://github.com/asottile/pyupgrade
@@ -47,11 +47,11 @@ repos:
4747
- id: pyupgrade
4848
args: ["--py37-plus", "--keep-mock"]
4949
- repo: https://github.com/hhatto/autopep8
50-
rev: "v2.3.1"
50+
rev: "v2.3.2"
5151
hooks:
5252
- id: autopep8
5353
- repo: https://github.com/PyCQA/flake8
54-
rev: "7.1.1"
54+
rev: "7.1.2"
5555
hooks:
5656
- id: flake8
5757
exclude: "^docs/"

0 commit comments

Comments
 (0)