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/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/PyCQA/autoflake: v1.4 → v2.3.1](PyCQA/autoflake@v1.4...v2.3.1)
- [github.com/psf/black: 22.1.0 → 24.8.0](psf/black@22.1.0...24.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 465afe8 commit bcc84d1
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
@@ -1,16 +1,16 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
stages: [commit]
stages: [Nonepre-commitNone]
args: ["--profile", "black"]

- repo: https://github.com/PyCQA/autoflake
rev: v1.4
rev: v2.3.1
hooks:
- id: autoflake
stages: [commit]
stages: [Nonepre-commitNone]
args:
[
"-ri",
Expand All @@ -21,7 +21,7 @@ repos:
]

- repo: https://github.com/psf/black
rev: 22.1.0
rev: 24.8.0
hooks:
- id: black
stages: [commit]
stages: [Nonepre-commitNone]

0 comments on commit bcc84d1

Please sign in to comment.