Skip to content

Commit

Permalink
Merge pull request #113 from MaceKuailv/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
MaceKuailv authored Jan 10, 2024
2 parents 4a77365 + b844b88 commit 0c767d3
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 @@ -19,7 +19,7 @@ repos:
- id: nbstripout
args: [--drop-empty-cells, --extra-keys "metadata.kernelspec"]
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/keewis/blackdoc
Expand All @@ -28,7 +28,7 @@ repos:
- id: blackdoc
additional_dependencies: [black==22.3.0]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.1.9
hooks:
- id: ruff
args: [--fix]
Expand All @@ -38,7 +38,7 @@ repos:
- id: mdformat
exclude: ^(docs/sciserver_notebooks/\w+.md|paper/paper.md)$
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.11.0
rev: v2.12.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --preserve-quotes]
Expand Down

0 comments on commit 0c767d3

Please sign in to comment.