Skip to content

Commit

Permalink
Refresh pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Aug 13, 2024
1 parent 6c8a67c commit bf49a7c
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 @@ -6,7 +6,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
# It is recommended to specify the latest version of Python
Expand All @@ -21,6 +21,6 @@ repos:
name: isort (python)
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.2
rev: v0.5.7
hooks:
- id: ruff

0 comments on commit bf49a7c

Please sign in to comment.