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.5.3 → v2.3.1](PyCQA/autoflake@v1.5.3...v2.3.1)
- [github.com/psf/black: 22.8.0 → 24.4.2](psf/black@22.8.0...24.4.2)
  • Loading branch information
pre-commit-ci[bot] committed Jul 22, 2024
1 parent a40f06c commit a45952a
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.5.3
rev: v2.3.1
hooks:
- id: autoflake
stages: [commit]
Expand All @@ -21,7 +21,7 @@ repos:
]

- repo: https://github.com/psf/black
rev: 22.8.0
rev: 24.4.2
hooks:
- id: black
stages: [commit]

0 comments on commit a45952a

Please sign in to comment.