Skip to content

Commit

Permalink
update pre-commit hooks (#293)
Browse files Browse the repository at this point in the history
Co-authored-by: farmio <farmio@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and farmio authored Sep 21, 2023
1 parent f9c1085 commit 5aaa6c0
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 @@ -13,7 +13,7 @@ repos:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
args:
Expand All @@ -33,7 +33,7 @@ repos:
- --resolve-all-configs
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.284'
rev: 'v0.0.289'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand Down

0 comments on commit 5aaa6c0

Please sign in to comment.