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/autoflake: v1.6.0 → v1.6.1](PyCQA/autoflake@v1.6.0...v1.6.1)
- [github.com/asottile/reorder_python_imports: v3.8.2 → v3.8.3](asottile/reorder-python-imports@v3.8.2...v3.8.3)
  • Loading branch information
pre-commit-ci[bot] authored Sep 26, 2022
1 parent 4c3a8c9 commit 63b510a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
exclude: (?x)(\.txt)
repos:
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.0
rev: v1.6.1
hooks:
- id: autoflake
name: autoflake
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
language: python
files: \.py$
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.2
rev: v3.8.3
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
Expand Down

0 comments on commit 63b510a

Please sign in to comment.