Skip to content

Commit

Permalink
chore: update pre-commit hooks (#174)
Browse files Browse the repository at this point in the history
Co-authored-by: expobrain <[email protected]>
  • Loading branch information
github-actions[bot] and expobrain authored Sep 18, 2023
1 parent 1d37684 commit ce060fa
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 @@ -45,7 +45,7 @@ repos:
- flake8-bugbear
- flake8-datetime-utcnow-plugin
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.11.0
hooks:
- id: pyupgrade
args:
Expand Down Expand Up @@ -74,7 +74,7 @@ repos:
- "-lll"
- "tests"
- repo: https://github.com/psf/black
rev: 23.9.0
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down

0 comments on commit ce060fa

Please sign in to comment.