Skip to content

Commit

Permalink
Upgrade ruff and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed Jul 27, 2024
1 parent b05248a commit 0bbf3cc
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,15 +13,15 @@ repos:
args: [ "--fix=lf" ]
- id: check-case-conflict
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.4.1' # Ruff version.
rev: 'v0.5.5' # Ruff version.
hooks:
- id: ruff
stages: [ push, commit, manual ]
# Run the formatter.
- id: ruff-format
stages: [ push, commit, manual ]
- repo: https://github.com/pycqa/flake8
rev: '7.0.0' # pick a git hash / tag to point to
rev: '7.1.0' # pick a git hash / tag to point to
hooks:
- id: flake8
- repo: local
Expand Down

0 comments on commit 0bbf3cc

Please sign in to comment.