Skip to content

Commit 1d5d6ed

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/isort: 6.0.1 → 9.0.0b5](PyCQA/isort@6.0.1...9.0.0b5) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 26.5.1](psf/black-pre-commit-mirror@24.4.2...26.5.1) - [github.com/PyCQA/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0)
1 parent 1e3da80 commit 1d5d6ed

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fail_fast: true
2020

2121
repos:
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v5.0.0
23+
rev: v6.0.0
2424
hooks:
2525
- id: trailing-whitespace
2626
- id: end-of-file-fixer
@@ -30,18 +30,18 @@ repos:
3030
- id: requirements-txt-fixer
3131

3232
- repo: https://github.com/PyCQA/isort
33-
rev: 6.0.1
33+
rev: 9.0.0b5
3434
hooks:
3535
- id: isort
3636
args: ["--profile", "black"]
3737

38-
- repo: https://github.com/psf/black
39-
rev: 24.4.2
38+
- repo: https://github.com/psf/black-pre-commit-mirror
39+
rev: 26.5.1
4040
hooks:
4141
- id: black
4242

4343
- repo: https://github.com/PyCQA/flake8
44-
rev: 7.0.0
44+
rev: 7.3.0
4545
hooks:
4646
- id: flake8
4747
args:
@@ -58,7 +58,7 @@ repos:
5858
)$
5959
6060
- repo: https://github.com/hadialqattan/pycln
61-
rev: v2.5.0
61+
rev: v2.6.0
6262
hooks:
6363
- id: pycln
6464
args: [--config=pyproject.toml]

0 commit comments

Comments
 (0)