Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Aug 8, 2023
1 parent ac10df6 commit 8687483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
repos:
# Hooks run everywhere
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.1 # Only update together with the pre-commit yaml in the tempalate!
hooks:
Expand All @@ -9,7 +10,7 @@ repos:
# See https://github.com/scverse/cookiecutter-scverse/issues/143 and
# https://github.com/jupyterlab/jupyterlab/issues/12675
language_version: "17.9.1"
# scripts
# Hooks run for scripts
- repo: https://github.com/psf/black
rev: "23.7.0"
hooks:
Expand Down

0 comments on commit 8687483

Please sign in to comment.