Skip to content

Commit

Permalink
Merge branch 'main' into pv_inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Oct 24, 2023
2 parents e052bdc + 80222f5 commit 0ba2c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
# python code formatting/linting
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.0.282"
rev: "v0.0.286"
hooks:
- id: ruff
args: [--fix]
Expand All @@ -25,7 +25,7 @@ repos:
args: [--line-length, "100"]
# yaml formatting
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.1
rev: v3.0.2
hooks:
- id: prettier
types: [yaml]
35 changes: 0 additions & 35 deletions scripts/cache_default_models.py

This file was deleted.

0 comments on commit 0ba2c1d

Please sign in to comment.