Skip to content

Commit

Permalink
Bump precommit hook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Jan 27, 2024
1 parent 11ccb22 commit aa61c1f
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
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/psf/black
rev: 23.9.0
rev: 24.1.0
hooks:
- id: black
# Use the latest supported version here
language_version: python3.11
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
rev: v0.1.14
hooks:
- id: ruff

0 comments on commit aa61c1f

Please sign in to comment.