Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
waltsims committed Jan 8, 2024
1 parent d61c908 commit 956c54d
Show file tree
Hide file tree
Showing 6 changed files with 1,155 additions and 274,587 deletions.
26 changes: 13 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ repos:
language: python
types_or: [jupyter]
minimum_pre_commit_version: 2.9.2
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
hooks:
- id: nbqa-ruff
name: nbqa-ruff
entry: nbqa ruff
language: python
types_or: [jupyter]
minimum_pre_commit_version: 2.9.2
# - repo: https://github.com/pre-commit/pre-commit-hooks
# rev: v4.5.0 # Use the ref you want to point at
# hooks:
# - id: trailing-whitespace
# - repo: https://github.com/nbQA-dev/nbQA
# rev: 1.7.1
# hooks:
# - id: nbqa-ruff
# name: nbqa-ruff
# entry: nbqa ruff
# language: python
# types_or: [jupyter]
# minimum_pre_commit_version: 2.9.2
Loading

0 comments on commit 956c54d

Please sign in to comment.