Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent ad5e0c9 commit c9349c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: detect-private-key
exclude: ^examples|(?:tests/ssl)/
- repo: https://github.com/hadialqattan/pycln
rev: v2.4.0
rev: v2.5.0
hooks:
- id: pycln
args: ["--all"]
Expand All @@ -33,12 +33,12 @@ repos:
hooks:
- id: yesqa
- repo: https://github.com/pycqa/isort
rev: "5.13.2"
rev: "6.0.0"
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: "24.10.0"
rev: "25.1.0"
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
Expand All @@ -47,7 +47,7 @@ repos:
- id: pyupgrade
args: ["--py37-plus", "--keep-mock"]
- repo: https://github.com/hhatto/autopep8
rev: "v2.3.1"
rev: "v2.3.2"
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit c9349c1

Please sign in to comment.