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.4.0 โ†’ v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/psf/black: 23.3.0 โ†’ 24.4.2](psf/black@23.3.0...24.4.2)
- [github.com/pycqa/isort: 5.12.0 โ†’ 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/PyCQA/autoflake: v2.0.2 โ†’ v2.3.1](PyCQA/autoflake@v2.0.2...v2.3.1)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent ee3c0b6 commit 9629487
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
@@ -1,21 +1,21 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.2
rev: v2.3.1
hooks:
- id: autoflake
args:
Expand Down

0 comments on commit 9629487

Please sign in to comment.