Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Sep 5, 2023
1 parent 4b4423c commit df2b480
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
Expand Up @@ -34,7 +34,7 @@ repos:
- id: python-no-log-warn
- id: python-use-type-annotations
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.1
rev: v3.1.0
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
Expand Down Expand Up @@ -76,11 +76,11 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/crate-ci/typos
rev: v1.16.8
rev: v1.16.10
hooks:
- id: typos
- repo: https://github.com/pycqa/autoflake
rev: v2.2.0
rev: v2.2.1
hooks:
- id: autoflake
args: ["--remove-all-unused-imports", "--in-place"]
Expand Down

0 comments on commit df2b480

Please sign in to comment.