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/psf/black: 23.9.1 → 24.10.0](psf/black@23.9.1...24.10.0)
- https://github.com/pycqa/isort/: 5.12.0 → 5.13.2
- [github.com/frnmst/md-toc: 8.2.0 → 9.0.0](frnmst/md-toc@8.2.0...9.0.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 9ad3bd4 commit b7ba639
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
repos:

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/pycqa/isort/
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/frnmst/md-toc
rev: 8.2.0
rev: 9.0.0
hooks:
- id: md-toc

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down

0 comments on commit b7ba639

Please sign in to comment.