Skip to content

Commit

Permalink
Bump pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 16, 2025
1 parent 0aaab3c commit bbf8e02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # Use the ref you want to point at
rev: v5.0.0 # Use the ref you want to point at
hooks:
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 23.10.0
rev: 25.1.0
hooks:
- id: black
args: [--config=pyproject.toml]
- repo: https://github.com/timothycrosley/isort
rev: 5.12.0
rev: 6.0.0
hooks:
- id: isort
args: [--sp=pyproject.toml]
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.1.2
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
Expand Down

0 comments on commit bbf8e02

Please sign in to comment.