Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/python/blackhttps://github.com/psf/black
- [github.com/psf/black: 22.10.0 → 24.10.0](psf/black@22.10.0...24.10.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/pycqa/flake8: 5.0.4 → 7.1.1](PyCQA/flake8@5.0.4...7.1.1)
- [github.com/jackdewinter/pymarkdown: main → v0.9.24](jackdewinter/pymarkdown@main...v0.9.24)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.19.0](adamchainz/blacken-docs@v1.12.1...1.19.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent ec44ab5 commit cc5fa91
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
repos:
- repo: https://github.com/python/black
rev: 22.10.0
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/jackdewinter/pymarkdown
rev: main
rev: v0.9.24
hooks:
- id: pymarkdown
args:
- --disable-rules
- line-length
- scan
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.19.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.10.0]

0 comments on commit cc5fa91

Please sign in to comment.