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/hakancelik96/unimport: 33ead41ee30f1d323a9c2fcfd0114297efbbc4d5 → 1.2.1](hakancelikdev/unimport@33ead41...1.2.1)
- [github.com/psf/black: 22.12.0 → 25.1.0](psf/black@22.12.0...25.1.0)
- [github.com/PyCQA/isort: 5.11.4 → 6.0.0](PyCQA/isort@5.11.4...6.0.0)
- [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.7.0](asottile/setup-cfg-fmt@v2.2.0...v2.7.0)
- https://github.com/executablebooks/mdformat/: 0.7.16 → 0.7.22
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 1195e45 commit 2697bac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/hakancelik96/unimport
rev: 33ead41ee30f1d323a9c2fcfd0114297efbbc4d5
rev: 1.2.1
hooks:
- id: unimport
args:
- --remove
- --ignore-init
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 6.0.0
hooks:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.2.0
rev: v2.7.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/executablebooks/mdformat/
rev: 0.7.16
rev: 0.7.22
hooks:
- id: mdformat
exclude: ^paper/
Expand Down

0 comments on commit 2697bac

Please sign in to comment.