Skip to content

Commit

Permalink
Merge pull request #488 from MilesCranmer/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
MilesCranmer committed Dec 24, 2023
2 parents c9cc6d7 + b0b200d commit 2ab2a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-added-large-files
# General formatting
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
- id: black-jupyter
Expand All @@ -25,7 +25,7 @@ repos:
- id: pycln
# Sorted imports
- repo: https://github.com/PyCQA/isort
rev: "5.13.0"
rev: "5.13.2"
hooks:
- id: isort
additional_dependencies: [toml]

0 comments on commit 2ab2a53

Please sign in to comment.