Skip to content

Commit

Permalink
Merge pull request #11 from yuvipanda/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
yuvipanda authored Feb 3, 2024
2 parents 47ae5a1 + 7a7923b commit a52431e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,36 @@
repos:
# Autoformat: Python code, syntax patterns are modernized
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.15.0
hooks:
- id: pyupgrade
args:
- --py38-plus

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.12.1
hooks:
- id: black
# args are not passed, but see the config in pyproject.toml

# Autoformat: Python code
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
# args are not passed, but see the config in pyproject.toml

# Autoformat: js, html, markdown, yaml, json
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: jupyterhub_fancy_profiles/static

# Misc autoformatting and linting
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
exclude_types: [svg]
Expand All @@ -57,7 +57,7 @@ repos:

# Lint: JS code
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v8.53.0" # Use the sha / tag you want to point at
rev: "v9.0.0-alpha.0" # Use the sha / tag you want to point at
hooks:
- id: eslint
files: \.jsx?$
Expand Down

0 comments on commit a52431e

Please sign in to comment.