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/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/fsfe/reuse-tool: v2.0.0 → v2.1.0](fsfe/reuse-tool@v2.0.0...v2.1.0)
- [github.com/psf/black: 23.3.0 → 23.11.0](psf/black@23.3.0...23.11.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/jackdewinter/pymarkdown: v0.9.11 → v0.9.14](jackdewinter/pymarkdown@v0.9.11...v0.9.14)
  • Loading branch information
pre-commit-ci[bot] authored Nov 13, 2023
1 parent f44d4dc commit 12be0a0
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 @@ -3,7 +3,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -18,22 +18,22 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/fsfe/reuse-tool
rev: v2.0.0
rev: v2.1.0
hooks:
- id: reuse
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.11
rev: v0.9.14
hooks:
- id: pymarkdown

0 comments on commit 12be0a0

Please sign in to comment.