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 → 23.11.0](psf/black@22.10.0...23.11.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.13.1](PyCQA/isort@5.10.1...5.13.1)
- [github.com/pycqa/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0)
- [github.com/jackdewinter/pymarkdown: main → v0.9.15](jackdewinter/pymarkdown@main...v0.9.15)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.16.0](adamchainz/blacken-docs@v1.12.1...1.16.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 11, 2023
1 parent ec44ab5 commit afaefa0
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: 23.11.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.13.1
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/jackdewinter/pymarkdown
rev: main
rev: v0.9.15
hooks:
- id: pymarkdown
args:
- --disable-rules
- line-length
- scan
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.10.0]

0 comments on commit afaefa0

Please sign in to comment.