Skip to content

Commit

Permalink
update pre-commit hooks (#244)
Browse files Browse the repository at this point in the history
Co-authored-by: farmio <[email protected]>
  • Loading branch information
github-actions[bot] and farmio authored Jun 15, 2023
1 parent 9177160 commit d2fd7dd
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
@@ -1,14 +1,14 @@
---
repos:
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
additional_dependencies:
- tomli
exclude_types: [csv, json]
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.6.0
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -33,7 +33,7 @@ repos:
- --resolve-all-configs
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.267'
rev: 'v0.0.272'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand Down

0 comments on commit d2fd7dd

Please sign in to comment.