Skip to content

Commit

Permalink
chore: update pre-commit tools
Browse files Browse the repository at this point in the history
  • Loading branch information
AceofSpades5757 committed Nov 13, 2024
1 parent 95f91e6 commit e8f03d6
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 @@ -2,7 +2,7 @@
repos:
# Check YAML; Fix end of files; Fix trailing whitespace
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
name: Check Yaml
Expand All @@ -21,7 +21,7 @@ repos:
- --lines-after-imports=2
# Python - Code Formatting
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
name: Code Formatter (black)
Expand Down

0 comments on commit e8f03d6

Please sign in to comment.