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.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/fsfe/reuse-tool: v2.0.0 → v3.1.0a1](fsfe/reuse-tool@v2.0.0...v3.1.0a1)
- [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2)
- [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/jackdewinter/pymarkdown: v0.9.11 → v0.9.20](jackdewinter/pymarkdown@v0.9.11...v0.9.20)
  • Loading branch information
pre-commit-ci[bot] authored Jun 3, 2024
1 parent f44d4dc commit 7525ece
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
Expand Up @@ -3,7 +3,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.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: v3.1.0a1
hooks:
- id: reuse
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.11
rev: v0.9.20
hooks:
- id: pymarkdown

0 comments on commit 7525ece

Please sign in to comment.