Skip to content

Commit

Permalink
Merge pull request #70 from 2i2c-org/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
consideRatio authored Feb 5, 2024
2 parents 6f00e61 + 61f732c commit e66956f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:

# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 24.1.1
hooks:
- id: black
args:
Expand All @@ -36,22 +36,22 @@ repos:

# Autoformat: Python code
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args:
- --profile=black

# Autoformat: markdown, yaml (but not helm templates)
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: binderhub-service/templates/.*

# Linting: Python code (see the file .flake8)
- repo: https://github.com/PyCQA/flake8
rev: "6.1.0"
rev: "7.0.0"
hooks:
- id: flake8
# Ignore style and complexity
Expand Down
1 change: 1 addition & 0 deletions binderhub-service/mounted-files/binderhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This configuration file is mounted to be read by binderhub with the sole purpose
of loading chart configuration passed via "config" and "extraConfig".
"""

from functools import lru_cache

from ruamel.yaml import YAML
Expand Down

0 comments on commit e66956f

Please sign in to comment.