Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake
- [github.com/PyCQA/autoflake: v1.7.6 → v2.2.1](PyCQA/autoflake@v1.7.6...v2.2.1)
- [github.com/psf/black: 22.10.0 → 23.10.1](psf/black@22.10.0...23.10.1)
- https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: v5.10.1 → 5.12.0](PyCQA/isort@v5.10.1...5.12.0)
- [github.com/asottile/setup-cfg-fmt: v2.1.0 → v2.5.0](asottile/setup-cfg-fmt@v2.1.0...v2.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 30, 2023
1 parent b9193ba commit a5b0a3a
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,8 +1,8 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/myint/autoflake
rev: v1.7.6
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
hooks:
- id: autoflake
args:
Expand All @@ -12,15 +12,15 @@ repos:
- --expand-star-imports
- --ignore-init-module-imports
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.1.0
rev: v2.5.0
hooks:
- id: setup-cfg-fmt

0 comments on commit a5b0a3a

Please sign in to comment.