Skip to content

Commit

Permalink
Merge branch 'main' into template-update-YosefLab-PopV-v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
canergen authored Dec 13, 2024
2 parents 66fc170 + c453b64 commit cc83b1a
Show file tree
Hide file tree
Showing 5 changed files with 2,648 additions and 2,642 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ default_stages:
minimum_pre_commit_version: 2.16.0
repos:
- repo: https://github.com/psf/black
rev: "23.11.0"
rev: "24.10.0"
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
rev: 1.19.1
hooks:
- id: blacken-docs
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
# Newer versions of node don't work on systems that have an older version of GLIBC
Expand All @@ -25,12 +25,12 @@ repos:
# https://github.com/jupyterlab/jupyterlab/issues/12675
language_version: "17.9.1"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.7
rev: v0.8.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: detect-private-key
- id: check-ast
Expand Down
Loading

0 comments on commit cc83b1a

Please sign in to comment.