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/PyCQA/isort: c235f5e450b4b84e58d114ed4c589cbf454175a3 → 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d](PyCQA/isort@c235f5e...0a0b7a8)
- [github.com/psf/black: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 → 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b](psf/black@1b2427a...8a737e7)
- [github.com/executablebooks/mdformat: 00812cd1850e41aae5c0916645b4b7404f538e8c → ff29be1a1ba8029d9375882aa2c812b62112a593](hukkin/mdformat@00812cd...ff29be1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 3ab8cac commit 6e96eda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ repos:
- id: python-use-type-annotations
- id: python-check-blanket-noqa
- repo: https://github.com/PyCQA/isort
rev: c235f5e450b4b84e58d114ed4c589cbf454175a3 # frozen: 5.13.2
rev: 0a0b7a830386ba6a31c2ec8316849ae4d1b8240d # frozen: 6.0.0
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # frozen: 24.10.0
rev: 8a737e727ac5ab2f1d4cf5876720ed276dc8dc4b # frozen: 25.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand All @@ -30,7 +30,7 @@ repos:
hooks:
- id: docformatter
- repo: https://github.com/executablebooks/mdformat
rev: 00812cd1850e41aae5c0916645b4b7404f538e8c # frozen: 0.7.19
rev: ff29be1a1ba8029d9375882aa2c812b62112a593 # frozen: 0.7.22
hooks:
- id: mdformat
files: 'README.md'

0 comments on commit 6e96eda

Please sign in to comment.