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 Aug 5, 2024
1 parent 465afe8 commit fe7e25e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
stages: [commit]
args: ["--profile", "black"]

- repo: https://github.com/PyCQA/autoflake
rev: v1.4
rev: v2.3.1
hooks:
- id: autoflake
stages: [commit]
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]

0 comments on commit fe7e25e

Please sign in to comment.