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: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent f536577 commit 1d13375
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
Expand Up @@ -5,7 +5,7 @@ repos:
- black
id: isort
stages:
- commit
- pre-commit
repo: https://github.com/PyCQA/isort
rev: 5.13.2
- hooks:
Expand All @@ -17,12 +17,12 @@ repos:
- "--remove-unused-variables"
id: autoflake
stages:
- commit
- pre-commit
repo: https://github.com/PyCQA/autoflake
rev: v2.3.1
- hooks:
- id: black
stages:
- commit
- pre-commit
repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0

0 comments on commit 1d13375

Please sign in to comment.