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.0.1 → v5.0.0](pre-commit/pre-commit-hooks@v4.0.1...v5.0.0)
- [github.com/asottile/pyupgrade: v2.4.1 → v3.19.0](asottile/pyupgrade@v2.4.1...v3.19.0)
- [github.com/pycqa/isort: 5.8.0 → 5.13.2](PyCQA/isort@5.8.0...5.13.2)
- https://github.com/python/blackhttps://github.com/psf/black
- [github.com/psf/black: 21.4b2 → 24.10.0](psf/black@21.4b2...24.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 18, 2024
1 parent 67c261c commit de96d17
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
@@ -1,22 +1,22 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v5.0.0
hooks:
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-merge-conflict
- repo: https://github.com/asottile/pyupgrade
rev: v2.4.1
rev: v3.19.0
hooks:
- id: pyupgrade
- repo: https://github.com/pycqa/isort
rev: 5.8.0
rev: 5.13.2
hooks:
- id: isort
exclude: ^tests/|torchflare/callbacks/__init__.py
- repo: https://github.com/python/black
rev: 21.4b2
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
exclude: ^tests/
Expand Down

0 comments on commit de96d17

Please sign in to comment.