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/asottile/add-trailing-comma: v2.5.1 → v3.0.1](asottile/add-trailing-comma@v2.5.1...v3.0.1)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 1, 2023
1 parent b8359c9 commit a97c4c3
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
Expand Up @@ -52,14 +52,14 @@ repos:
]

- repo: https://github.com/asottile/add-trailing-comma
rev: v2.5.1
rev: v3.0.1
hooks:
- id: add-trailing-comma
args:
- --py36-plus

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
args: [
Expand Down

0 comments on commit a97c4c3

Please sign in to comment.