Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed Jan 5, 2024
1 parent 8fee96c commit f8b62f0
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
Expand Up @@ -3,7 +3,7 @@
exclude: "^3rdparty/.*"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -13,12 +13,12 @@ repos:
args: [ "--fix=lf" ]
- id: check-case-conflict
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.292' # Ruff version.
rev: 'v0.1.11' # Ruff version.
hooks:
- id: ruff
stages: [ push, commit, manual ]
- repo: https://github.com/pycqa/flake8
rev: '6.1.0' # pick a git hash / tag to point to
rev: '7.0.0' # pick a git hash / tag to point to
hooks:
- id: flake8
- repo: local
Expand Down

0 comments on commit f8b62f0

Please sign in to comment.