Skip to content

Commit

Permalink
Merge pull request #61 from mkoeppe/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
.pre-commit-config.yaml: Update using 'pre-commit autoupdate'
  • Loading branch information
rocky authored Feb 25, 2024
2 parents c11fe91 + da622c3 commit 5cafc06
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: python
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: check-yaml
Expand All @@ -14,12 +14,12 @@ repos:
- id: check-json
exclude: mathics_scanner/data/characters.json
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
stages: [commit]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.2.0
hooks:
- id: black
language_version: python
Expand Down

0 comments on commit 5cafc06

Please sign in to comment.