Skip to content

Commit

Permalink
reupdate pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Nov 6, 2024
1 parent b8cbe5b commit 6c649de
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 @@ -2,7 +2,7 @@ default_language_version:
python: python3.10
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
# Check for files that contain merge conflict strings.
- id: check-merge-conflict
Expand All @@ -17,13 +17,13 @@ repos:
# This hook checks yaml files for parseable syntax.
- id: check-yaml
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.6.7
rev: v0.7.2
hooks:
- id: ruff
args:
- --fix
- repo: https://github.com/python/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
language_version: python3

0 comments on commit 6c649de

Please sign in to comment.